ISessionController.SessionOpen Method
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.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As ISessionController
Dim sessionId As Guid
Dim applicationSessionId As Guid
Dim returnValue As Boolean
returnValue = instance.SessionOpen(sessionId, applicationSessionId)
Syntax
'Declaration
Function SessionOpen ( _
sessionId As Guid, _
applicationSessionId As Guid _
) As Boolean
bool SessionOpen (
Guid sessionId,
Guid applicationSessionId
)
bool SessionOpen (
Guid sessionId,
Guid applicationSessionId
)
boolean SessionOpen (
Guid sessionId,
Guid applicationSessionId
)
function SessionOpen (
sessionId : Guid,
applicationSessionId : Guid
) : boolean
Parameters
- sessionId
ID of the session being opened.
- applicationSessionId
The initial application session ID.
Return Value
A boolean indicating success or failure.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
ISessionController Interface
ISessionController Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.