Freigeben über


ISessionController.SessionClose(Guid) Method

Definition

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.

Applies to