Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Occurs when an request to close a session is fired.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As ISessionController
Dim handler As SessionControllerEventHandler
AddHandler instance.RequestSessionClose, handler
Syntax
'Declaration
Event RequestSessionClose As SessionControllerEventHandler
event SessionControllerEventHandler RequestSessionClose
event SessionControllerEventHandler^ RequestSessionClose {
void add (SessionControllerEventHandler^ value);
void remove (SessionControllerEventHandler^ value);
}
/** @event */
void add_RequestSessionClose (SessionControllerEventHandler value)
/** @event */
void remove_RequestSessionClose (SessionControllerEventHandler value)
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.