XmlLicenseServiceValidateRegistrationSAsync Method (String, Object) |
Calls the ValidateRegistration web method.
Namespace: com.softwarekey.Client.WebService.XmlLicenseServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic void ValidateRegistrationSAsync(
string xml,
Object userState
)
Public Sub ValidateRegistrationSAsync (
xml As String,
userState As Object
)
public:
void ValidateRegistrationSAsync(
String^ xml,
Object^ userState
)
Parameters
- xml
- Type: SystemString
An XML formatted request string. - userState
- Type: SystemObject
The user state object.
Return Value
Type:
Returns the XML formatted result.
Remarks Caution |
---|
This method should not typically be called directly. |
See Also