LicensingGuiCreateNewXmlActivationServiceObject Method |
Creates a new
XmlActivationService object, which may be used for processing web service methods centered around activation.
Namespace: com.softwarekey.Client.GuiAssembly: PLUSManagedGui (in PLUSManagedGui.dll) Version: 5.23.4.0
Syntaxpublic XmlActivationService CreateNewXmlActivationServiceObject()
Public Function CreateNewXmlActivationServiceObject As XmlActivationService
public:
XmlActivationService^ CreateNewXmlActivationServiceObject()
Return Value
Type:
XmlActivationServiceReturns a new
XmlActivationService object.
Remarks Caution |
---|
If InternetEnableAutoDetection is set to true, an automatic detection test may be run to test connectivity and detect proxy settings, which can cause delays. |
See Also