TimeTypes.SystemTimeStruct| Constructor and Description |
|---|
TimeStub(ApiProvider apiProvider,
StubConfigurationBase config) |
TimeStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
| Modifier and Type | Method and Description |
|---|---|
TimeTypes.SystemTimeStruct |
get()
Get system time.
|
void |
get(AsyncCallback<TimeTypes.SystemTimeStruct> asyncCallback)
Get system time.
|
void |
get(AsyncCallback<TimeTypes.SystemTimeStruct> asyncCallback,
InvocationConfig invocationConfig)
Get system time.
|
TimeTypes.SystemTimeStruct |
get(InvocationConfig invocationConfig)
Get system time.
|
public TimeStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public TimeStub(ApiProvider apiProvider, StubConfigurationBase config)
public TimeTypes.SystemTimeStruct get()
TimeSynchronous method overload. Result of the invocation will be reported as a method return value.
public TimeTypes.SystemTimeStruct get(InvocationConfig invocationConfig)
TimeSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void get(AsyncCallback<TimeTypes.SystemTimeStruct> asyncCallback)
TimeAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Result:
System time
Operation Errors:
Error - Generic error
public void get(AsyncCallback<TimeTypes.SystemTimeStruct> asyncCallback, InvocationConfig invocationConfig)
TimeAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Result:
System time
Operation Errors:
Error - Generic error