NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ClientProtocol.Timeout

Gets or sets the timeout (in milliseconds) used for synchronous calls.

[Visual Basic]
Public Property Timeout As Integer
[C#]
public int Timeout {get; set;}
[C++]
public: __property int get_Timeout();
public: __property void set_Timeout(int);
[JScript]
public function get Timeout() : int;
public function set Timeout(int);

Property Value

The timeout (in milliseconds) used for synchronous calls. The default is-1, which means infinitely.

See Also

ClientProtocol Class | ClientProtocol Members | System.Web.Services.Protocols Namespace