Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.