ICtiEnabledControlConsumer.SessionCloseEvent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called by CTI as a session is closing.
public:
void SessionCloseEvent(Microsoft::Uii::Csr::SessionControllerEventArgs ^ args);
public void SessionCloseEvent (Microsoft.Uii.Csr.SessionControllerEventArgs args);
abstract member SessionCloseEvent : Microsoft.Uii.Csr.SessionControllerEventArgs -> unit
Public Sub SessionCloseEvent (args As SessionControllerEventArgs)
Parameters
Specifies the session controller event arguments.