ISessionController.SessionOpen(Guid, Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called whenever the session is opened.. Only global applications receive this since 'local' applications don't need to know if their session is shown or not.
public:
bool SessionOpen(Guid sessionId, Guid applicationSessionId);
public bool SessionOpen (Guid sessionId, Guid applicationSessionId);
abstract member SessionOpen : Guid * Guid -> bool
Public Function SessionOpen (sessionId As Guid, applicationSessionId As Guid) As Boolean
Parameters
- sessionId
- Guid
ID of the session being opened.
- applicationSessionId
- Guid
The initial application session ID.
Returns
A boolean indicating success or failure.