XmlNetworkFloatingServiceCloseSessionCompleted Event |
Occurs when an asynchronous call to CloseSession has completed.
Namespace: com.softwarekey.Client.WebService.XmlNetworkFloatingServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic event CloseSessionCompletedEventHandler CloseSessionCompleted
Public Event CloseSessionCompleted As CloseSessionCompletedEventHandler
public:
event CloseSessionCompletedEventHandler^ CloseSessionCompleted {
void add (CloseSessionCompletedEventHandler^ value);
void remove (CloseSessionCompletedEventHandler^ value);
}
Value
Type:
CloseSessionCompletedEventHandler
See Also