Click or drag to resize
UpdateCheckProcessResponse Method (XmlNode)
Processes a response XmlNode

Namespace: com.softwarekey.Client.WebService.XmlLicenseService
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public override bool ProcessResponse(
	ref XmlNode response
)

Parameters

response
Type: System.XmlXmlNode
The XML formatted response.

Return Value

Type: Boolean
Returns true if the web service response was processed successfully. If false is returned, see the LastError property for additional information.

Implements

IWebServiceCallProcessResponse(XmlNode)
See Also