Click or drag to resize
XmlActivationService Methods

The XmlActivationService type exposes the following members.

Methods
  NameDescription
Public methodAbort
Cancels a request to an XML Web service method.
(Inherited from WebClientProtocol.)
Public methodActivateInstallation
Calls the ActivateInstallation web method.
Public methodActivateInstallationAsync(String)
Begins an asynchronous call to the ActivateInstallation web method.
Public methodActivateInstallationAsync(String, Object)
Calls the ActivateInstallation web method asynchronously.
Public methodActivateInstallationLicenseFile
Calls the ActivateInstallationLicenseFile web method.
Public methodActivateInstallationLicenseFileAsync(String)
Calls the ActivateInstallationLicenseFile web method asynchronously.
Public methodActivateInstallationLicenseFileAsync(String, Object)
Calls the ActivateInstallationLicenseFile web method asynchronously.
Protected methodBeginInvoke
Starts an asynchronous invocation of an XML Web service method using SOAP.
(Inherited from SoapHttpClientProtocol.)
Public methodCancelAsync
Cancels an asynchronous call to an XML Web service method (unless the call has already been completed).
Public methodCheckInstallationStatus
Calls the CheckInstallationStatus web method.
Public methodCheckInstallationStatusAsync(String)
Calls the CheckInstallationStatus web method asynchronously.
Public methodCheckInstallationStatusAsync(String, Object)
Calls the CheckInstallationStatus web method.
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDeactivateInstallation
Calls the DeactivateInstallation web method.
Public methodDeactivateInstallationAsync(String)
Calls the DeactivateInstallation web method asynchronously.
Public methodDeactivateInstallationAsync(String, Object)
Calls the DeactivateInstallation web method asynchronously.
Public methodDecrementLicenseCounter
Calls the DecrementLicenseCounter web method.
Public methodDecrementLicenseCounterAsync(String)
Calls the DecrementLicenseCounter web method asynchronously.
Public methodDecrementLicenseCounterAsync(String, Object)
Calls the DecrementLicenseCounter web method.
Public methodDiscover
Dynamically binds to an XML Web service described in the discovery document at Url.
(Inherited from SoapHttpClientProtocol.)
Public methodDispose
Releases all resources used by the Component.
(Inherited from Component.)
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the Component and optionally releases the managed resources.
(Inherited from Component.)
Protected methodEndInvoke
Ends an asynchronous invocation of an XML Web service method using SOAP.
(Inherited from SoapHttpClientProtocol.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Inherited from Component.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodGetReaderForMessage
Returns an XmlReader initialized with the Stream property of the SoapClientMessage parameter.
(Inherited from SoapHttpClientProtocol.)
Protected methodGetService
Returns an object that represents a service provided by the Component or by its Container.
(Inherited from Component.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodGetWebRequest
Creates a WebRequest for the specified uri.
(Inherited from SoapHttpClientProtocol.)
Protected methodGetWebResponse(WebRequest)
Returns a response from a synchronous request to an XML Web service method.
(Inherited from HttpWebClientProtocol.)
Protected methodGetWebResponse(WebRequest, IAsyncResult)
Returns a response from an asynchronous request to an XML Web service method.
(Inherited from HttpWebClientProtocol.)
Protected methodGetWriterForMessage
Returns a XmlWriter initialized with the Stream property of the SoapClientMessage parameter.
(Inherited from SoapHttpClientProtocol.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodInvoke
Invokes an XML Web service method synchronously using SOAP.
(Inherited from SoapHttpClientProtocol.)
Protected methodInvokeAsync(String, Object, SendOrPostCallback)
Invokes the specified method asynchronously.
(Inherited from SoapHttpClientProtocol.)
Protected methodInvokeAsync(String, Object, SendOrPostCallback, Object)
Invokes the specified method asynchronously.
(Inherited from SoapHttpClientProtocol.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Public methodToString
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component.)
Top
See Also