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