ISessionController.SessionClose(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 closed.. Only global applications receive this since 'local' applications don't need to know if their session is shown or not.
public:
bool SessionClose(Guid sessionId);
public bool SessionClose (Guid sessionId);
abstract member SessionClose : Guid -> bool
Public Function SessionClose (sessionId As Guid) As Boolean
Parameters
- sessionId
- Guid
ID of the session being closed.
Returns
A boolean indicating success or failure.