Gets or sets the maximum execution time in miliseconds allowed for a remote service invocation,
after this time has elapsed, a OperationTimeoutException is thrown.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public int Timeout { get; set; }
Public Property Timeout As Integer Get Set
public: property int Timeout { int get (); void set (int value); }
/** @property */ public int get_Timeout() /** @property */ public void set_Timeout(int value)