ISessionController.SessionOpen(Guid, Guid) Method
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);
C#
public bool SessionOpen(Guid sessionId, Guid applicationSessionId);
abstract member SessionOpen : Guid * Guid -> bool
Public Function SessionOpen (sessionId As Guid, applicationSessionId As Guid) As Boolean
- sessionId
- Guid
ID of the session being opened.
- applicationSessionId
- Guid
The initial application session ID.
A boolean indicating success or failure.
Táirge | Leaganacha |
---|---|
Dynamics 365 Unified Service Desk | 3.0 |