Share via


ISessionController.SessionClose Method

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.

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 returnValue As Boolean

returnValue = instance.SessionClose(sessionId)

Syntax

'Declaration
Function SessionClose ( _
    sessionId As Guid _
) As Boolean
bool SessionClose (
    Guid sessionId
)
bool SessionClose (
    Guid sessionId
)
boolean SessionClose (
    Guid sessionId
)
function SessionClose (
    sessionId : Guid
) : boolean

Parameters

  • sessionId
    ID of the session being closed.

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.