







|
| Google Translate API Documentation |
| GoogleClient..::.CloseTimeout Property |
| GoogleClient Class See Also Send Feedback |
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); } |
