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