SetRunModelSession

The API itp.SetRunModelSession allows custom ASP.NET web pages to set an ITP Model for a session that has been prepared for listmodels functionality. This results in a session prepared for runmodel functionality.

void SetRunModelSession (Page page,
                         string sessionid,
                         string model,
                         out string newsessionid)

Parameters:

This function will validate the given session ID and throw an exception if the session is invalid, or if the session does not support listmodels functionality.