XmlNetworkFloatingServiceCloseSessionAsync Method (String) |
Calls the CloseSession web method asynchronously.
Namespace: com.softwarekey.Client.WebService.XmlNetworkFloatingServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic void CloseSessionAsync(
string xml
)
Public Sub CloseSessionAsync (
xml As String
)
public:
void CloseSessionAsync(
String^ xml
)
Parameters
- xml
- Type: SystemString
An XML formatted request string.
Remarks Caution |
---|
This method should not typically be called directly. Please use the
CloseSession
class instead. |
See Also