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

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

Inherits vmware::appliance::system::Version.

List of all members.

Public Member Functions

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

Detailed Description

Remote stub implementation of the Version API service.


Constructor & Destructor Documentation

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

Member Function Documentation

vmware.appliance.system.VersionTypes.VersionStruct vmware::appliance::system::VersionStub::Get ( ) [inline]

Get the version.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
version information about the appliance

Implements vmware::appliance::system::Version.

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

Get the version.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
version information about the appliance

Implements vmware::appliance::system::Version.

global::System.Threading.Tasks.Task<vmware.appliance.system.VersionTypes.VersionStruct> vmware::appliance::system::VersionStub::GetAsync ( ) [inline]

Get the version.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
version information about the appliance

Implements vmware::appliance::system::Version.

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

Get the version.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
version information about the appliance

Implements vmware::appliance::system::Version.


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