Remote stub implementation of the Activation API service.
More...
Inherits vmware::vapi::vcenter::Activation.
List of all members.
Public Member Functions |
| | ActivationStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) |
| void | Cancel (string activationId) |
| | Sends a request to cancel the task associated with the provided activationId .
|
| void | Cancel (string activationId, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| | Sends a request to cancel the task associated with the provided activationId .
|
| global::System.Threading.Tasks.Task | CancelAsync (string activationId) |
| | Sends a request to cancel the task associated with the provided activationId .
|
| global::System.Threading.Tasks.Task | CancelAsync (string activationId, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| | Sends a request to cancel the task associated with the provided activationId .
|
Detailed Description
Remote stub implementation of the Activation API service.
Constructor & Destructor Documentation
| vmware::vapi::vcenter::ActivationStub::ActivationStub |
( |
vmware.vapi.core.IApiProvider |
iApiProvider, |
|
|
vmware.vapi.bindings.IStubConfiguration |
config |
|
) |
| [inline] |
Member Function Documentation
| void vmware::vapi::vcenter::ActivationStub::Cancel |
( |
string |
activationId | ) |
[inline] |
Sends a request to cancel the task associated with the provided activationId .
- Exceptions:
-
- Parameters:
-
| activationId | the activationId associated with a vCenter Server task to be canceled. The parameter must be an identifier for the resource type: com.vmware.Activation . |
Implements vmware::vapi::vcenter::Activation.
| void vmware::vapi::vcenter::ActivationStub::Cancel |
( |
string |
activationId, |
|
|
global::System.Action< vmware.vapi.std.Progress > |
_progress, |
|
|
vmware.vapi.bindings.client.InvocationConfig |
_invocationConfig |
|
) |
| [inline] |
Sends a request to cancel the task associated with the provided activationId .
- Exceptions:
-
- Parameters:
-
| activationId | the activationId associated with a vCenter Server task to be canceled. The parameter must be an identifier for the resource type: com.vmware.Activation . |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implements vmware::vapi::vcenter::Activation.
| global::System.Threading.Tasks.Task vmware::vapi::vcenter::ActivationStub::CancelAsync |
( |
string |
activationId | ) |
[inline] |
Sends a request to cancel the task associated with the provided activationId .
- Exceptions:
-
- Parameters:
-
| activationId | the activationId associated with a vCenter Server task to be canceled. The parameter must be an identifier for the resource type: com.vmware.Activation . |
Implements vmware::vapi::vcenter::Activation.
| global::System.Threading.Tasks.Task vmware::vapi::vcenter::ActivationStub::CancelAsync |
( |
string |
activationId, |
|
|
global::System.Action< vmware.vapi.std.Progress > |
_progress, |
|
|
vmware.vapi.bindings.client.InvocationConfig |
_invocationConfig |
|
) |
| [inline] |
Sends a request to cancel the task associated with the provided activationId .
- Exceptions:
-
- Parameters:
-
| activationId | the activationId associated with a vCenter Server task to be canceled. The parameter must be an identifier for the resource type: com.vmware.Activation . |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implements vmware::vapi::vcenter::Activation.
The documentation for this class was generated from the following file: