Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Close session event delegate.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As New SessionCloseHandler(AddressOf HandlerMethod)
Syntax
'Declaration
Public Delegate Function SessionCloseHandler ( _
session As Session _
) As Boolean
public delegate bool SessionCloseHandler (
Session session
)
public delegate bool SessionCloseHandler (
Session^ session
)
/** @delegate */
public delegate boolean SessionCloseHandler (
Session session
)
Platforms
See Also
Reference
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.