VMware vCloud Suite SDK for .NET 6.0.0
vmware::vapi::std::errors::TimedOut Class Reference

The TimedOut error indicates that the method did not complete within the allowed amount of time. More...

Inherits vmware::vapi::std::errors::Error.

List of all members.

Public Member Functions

 TimedOut (global::System.Collections.Generic.List< vmware.vapi.std.LocalizableMessage > messages, vmware.vapi.bindings.IStructure data)
 Creates a new instance of this type using the given arguments.
 TimedOut ()
 Creates a default new instance.
override
vmware.vapi.bindings.type.StructType 
_GetType ()
override
vmware.vapi.data.StructValue 
_GetDataValue ()
override void _Validate ()
override bool _HasTypeNameOf< T > ()
override T _ConvertTo< T > ()
override bool Equals (object obj)
override int GetHashCode ()

Properties

override string Message [get]

Detailed Description

The TimedOut error indicates that the method did not complete within the allowed amount of time.

The allowed amount of time might be:

  • provided by the client as an input parameter.
  • a fixed limit of the interface implementation that is a documented part of the contract of the interface.
  • a configurable limit used by the implementation of the interface.
  • a dynamic limit computed by the implementation of the interface.

The method may or may not complete after the TimedOut error was reported.

Examples:

  • The method was unable to complete within the timeout duration specified by a parameter of the method.

Counterexamples:

  • A server implementation that puts requests into a queue before dispatching them might delete a request from the queue if it doesn't get dispatched within n minutes. The ServiceUnavailable error would be used instead.

Constructor & Destructor Documentation

vmware::vapi::std::errors::TimedOut::TimedOut ( global::System.Collections.Generic.List< vmware.vapi.std.LocalizableMessage messages,
vmware.vapi.bindings.IStructure  data 
) [inline]

Creates a new instance of this type using the given arguments.

vmware::vapi::std::errors::TimedOut::TimedOut ( ) [inline]

Creates a default new instance.


Member Function Documentation

override T vmware::vapi::std::errors::TimedOut::_ConvertTo< T > ( ) [inline]

Reimplemented from vmware::vapi::std::errors::Error.

override vmware.vapi.data.StructValue vmware::vapi::std::errors::TimedOut::_GetDataValue ( ) [inline]

Reimplemented from vmware::vapi::std::errors::Error.

override vmware.vapi.bindings.type.StructType vmware::vapi::std::errors::TimedOut::_GetType ( ) [inline, virtual]

Reimplemented from vmware::vapi::std::errors::Error.

override bool vmware::vapi::std::errors::TimedOut::_HasTypeNameOf< T > ( ) [inline]

Reimplemented from vmware::vapi::std::errors::Error.

override void vmware::vapi::std::errors::TimedOut::_Validate ( ) [inline, virtual]

Reimplemented from vmware::vapi::std::errors::Error.

override bool vmware::vapi::std::errors::TimedOut::Equals ( object  obj) [inline]

Reimplemented from vmware::vapi::std::errors::Error.

override int vmware::vapi::std::errors::TimedOut::GetHashCode ( ) [inline]

Reimplemented from vmware::vapi::std::errors::Error.


Property Documentation

override string vmware::vapi::std::errors::TimedOut::Message [get]

Reimplemented from vmware::vapi::std::errors::Error.


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