RemotingClientProxy::Timeout Property

 

Gets or sets the time-out in milliseconds to use for synchronous calls.

Namespace:   System.Runtime.Remoting.Services
Assembly:  System.Runtime.Remoting (in System.Runtime.Remoting.dll)

public:
property int Timeout {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The time-out in milliseconds to use for synchronous calls.

The default value of the Timeout property is -1, and indicates that a time-out never occurs (infinite time-out).

.NET Framework
Available since 1.1
Return to top
Show: