VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::appliance::system::UptimeStub Class Reference

Remote stub implementation of the Uptime API service. More...

Inherits vmware::appliance::system::Uptime.

List of all members.

Public Member Functions

 UptimeStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config)
 UptimeStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config)
double Get ()
 Get the system uptime.
double Get (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Get the system uptime.
global::System.Threading.Tasks.Task
< double > 
GetAsync ()
 Get the system uptime.
global::System.Threading.Tasks.Task
< double > 
GetAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Get the system uptime.

Detailed Description

Remote stub implementation of the Uptime API service.


Constructor & Destructor Documentation

vmware::appliance::system::UptimeStub::UptimeStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.TypeConverter  typeConverter,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]
vmware::appliance::system::UptimeStub::UptimeStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]

Member Function Documentation

double vmware::appliance::system::UptimeStub::Get ( ) [inline]

Get the system uptime.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
system uptime

Implements vmware::appliance::system::Uptime.

double vmware::appliance::system::UptimeStub::Get ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Get the system uptime.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
system uptime

Implements vmware::appliance::system::Uptime.

global::System.Threading.Tasks.Task<double> vmware::appliance::system::UptimeStub::GetAsync ( ) [inline]

Get the system uptime.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
system uptime

Implements vmware::appliance::system::Uptime.

global::System.Threading.Tasks.Task<double> vmware::appliance::system::UptimeStub::GetAsync ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Get the system uptime.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
system uptime

Implements vmware::appliance::system::Uptime.


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