VMware vSphere Automation SDK for .NET 7.0.0.1
|
Uptime
interface provides methods Get the system uptime.
More...
Inherited by vmware::appliance::system::UptimeStub.
Public Member Functions | |
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. |
Uptime
interface provides methods Get the system uptime.
double vmware::appliance::system::Uptime::Get | ( | ) |
Get the system uptime.
vmware.vapi.std.errors.Error | Generic error |
Implemented in vmware::appliance::system::UptimeStub.
double vmware::appliance::system::Uptime::Get | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Get the system uptime.
vmware.vapi.std.errors.Error | Generic error |
Implemented in vmware::appliance::system::UptimeStub.
global::System.Threading.Tasks.Task<double> vmware::appliance::system::Uptime::GetAsync | ( | ) |
Get the system uptime.
vmware.vapi.std.errors.Error | Generic error |
Implemented in vmware::appliance::system::UptimeStub.
global::System.Threading.Tasks.Task<double> vmware::appliance::system::Uptime::GetAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Get the system uptime.
vmware.vapi.std.errors.Error | Generic error |
Implemented in vmware::appliance::system::UptimeStub.