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