XmlActivationServiceDeactivateInstallationAsync Method (String, Object) |
Calls the DeactivateInstallation web method asynchronously.
Namespace: com.softwarekey.Client.WebService.XmlActivationServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic void DeactivateInstallationAsync(
string xml,
Object userState
)
Public Sub DeactivateInstallationAsync (
xml As String,
userState As Object
)
public:
void DeactivateInstallationAsync(
String^ xml,
Object^ userState
)
Parameters
- xml
- Type: SystemString
An XML formatted request string. - userState
- Type: SystemObject
The user state Object.
Remarks Caution |
---|
This method should not typically be called directly. Please use the
DeactivateInstallation
class instead. |
See Also