Click or drag to resize
XmlLicenseServiceUpdateCheck Method
Calls the UpdateCheck web method.

Namespace: com.softwarekey.Client.WebService.XmlLicenseService
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public XmlNode UpdateCheck(
	XmlNode xml
)

Parameters

xml
Type: System.XmlXmlNode
An XML formatted request string.

Return Value

Type: XmlNode
Returns the XML formatted result.
Remarks
Caution note Caution

This method should not typically be called directly. Please use the UpdateCheck class instead.

See Also