VMware vSphere Automation SDK for .NET 6.5.0
vmware::appliance::techpreview::services::Status Interface Reference

Status interface provides methods Get status of a service. More...

Inherited by vmware::appliance::techpreview::services::StatusStub.

List of all members.

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.

Detailed Description

Status interface provides methods Get status of a service.


Member Function Documentation

vmware.appliance.techpreview.services.StatusTypes.ServiceStatus vmware::appliance::techpreview::services::Status::Get ( string  name,
long  timeout 
)

Get status of a service.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
nameName of a service.
timeoutTimeout in seconds. Zero (0) means no timeout.
Returns:
Status of the service.

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.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
nameName of a service.
timeoutTimeout in seconds. Zero (0) means no timeout.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
Status of the service.

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.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
nameName of a service.
timeoutTimeout in seconds. Zero (0) means no timeout.
Returns:
Status of the service.

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.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
nameName of a service.
timeoutTimeout in seconds. Zero (0) means no timeout.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
Status of the service.

Implemented in vmware::appliance::techpreview::services::StatusStub.


The documentation for this interface was generated from the following file: