NetworkFloatingServiceCallNetworkFloatingServiceCallType Enumeration |
Types of web service calls that can be made.
Namespace: com.softwarekey.Client.WebService.XmlNetworkFloatingServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic enum NetworkFloatingServiceCallType
Public Enumeration NetworkFloatingServiceCallType
public enum class NetworkFloatingServiceCallType
Members
| Member name | Value | Description |
---|
| OpenSession | 0 | Open Session |
| PollSession | 1 | Poll Session |
| CloseSession | 2 | Close Session |
| CheckinSession | 3 | Check-in Session |
| CheckoutSession | 4 | Check-out Session |
See Also