CloseTimeout Property

Google API

Gets or sets the interval of time after which the close method, invoked by a communication object, times out.

Namespace:  Google.API
Assembly:  GoogleTranslateAPI (in GoogleTranslateAPI.dll) Version: 0.3.1.107 (0.3.1.107)

Syntax

C#
public TimeSpan CloseTimeout { get; set; }
Visual Basic (Declaration)
Public Property CloseTimeout As TimeSpan
Visual C++
public:
property TimeSpan CloseTimeout {
	TimeSpan get ();
	void set (TimeSpan value);
}

Return Value

The TimeSpan that specifies the interval of time to wait for the close method to time out.

See Also