|
VMware vSphere Automation SDK for .NET 6.5.0
|
Status interface provides methods Get status of a service.
More...
Inherited by vmware::appliance::techpreview::services::StatusStub.
Public Member Functions | |
| vmware.appliance.techpreview.services.StatusTypes.ServiceStatus | Get (string name, long timeout) |
| Get status of a service. | |
| vmware.appliance.techpreview.services.StatusTypes.ServiceStatus | Get (string name, long timeout, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Get status of a service. | |
| global::System.Threading.Tasks.Task < vmware.appliance.techpreview.services.StatusTypes.ServiceStatus > | GetAsync (string name, long timeout) |
| Get status of a service. | |
| global::System.Threading.Tasks.Task < vmware.appliance.techpreview.services.StatusTypes.ServiceStatus > | GetAsync (string name, long timeout, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Get status of a service. | |
Status interface provides methods Get status of a service.
| vmware.appliance.techpreview.services.StatusTypes.ServiceStatus vmware::appliance::techpreview::services::Status::Get | ( | string | name, |
| long | timeout | ||
| ) |
Get status of a service.
| vmware.vapi.std.errors.Error | Generic error |
| name | Name of a service. |
| timeout | Timeout in seconds. Zero (0) means no timeout. |
Implemented in vmware::appliance::techpreview::services::StatusStub.
| vmware.appliance.techpreview.services.StatusTypes.ServiceStatus vmware::appliance::techpreview::services::Status::Get | ( | string | name, |
| long | timeout, | ||
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
Get status of a service.
| vmware.vapi.std.errors.Error | Generic error |
| name | Name of a service. |
| timeout | Timeout in seconds. Zero (0) means no timeout. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::techpreview::services::StatusStub.
| global::System.Threading.Tasks.Task<vmware.appliance.techpreview.services.StatusTypes.ServiceStatus> vmware::appliance::techpreview::services::Status::GetAsync | ( | string | name, |
| long | timeout | ||
| ) |
Get status of a service.
| vmware.vapi.std.errors.Error | Generic error |
| name | Name of a service. |
| timeout | Timeout in seconds. Zero (0) means no timeout. |
Implemented in vmware::appliance::techpreview::services::StatusStub.
| global::System.Threading.Tasks.Task<vmware.appliance.techpreview.services.StatusTypes.ServiceStatus> vmware::appliance::techpreview::services::Status::GetAsync | ( | string | name, |
| long | timeout, | ||
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
Get status of a service.
| vmware.vapi.std.errors.Error | Generic error |
| name | Name of a service. |
| timeout | Timeout in seconds. Zero (0) means no timeout. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::techpreview::services::StatusStub.