XmlLicenseServiceInfoCheckSAsync Method (String) |
Calls the InfoCheckS web method asynchronously.
Namespace: com.softwarekey.Client.WebService.XmlLicenseServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic void InfoCheckSAsync(
string xml
)
Public Sub InfoCheckSAsync (
xml As String
)
public:
void InfoCheckSAsync(
String^ xml
)
Parameters
- xml
- Type: SystemString
An XML formatted request string.
Return Value
Type:
Returns the XML formatted result.
Remarks Caution |
---|
This method should not typically be called directly. |
See Also