RealTimeServerConnectionManager.DefaultOutgoingConnectionTimeout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the default outgoing connection timeout value. If the connection is idle for the duration specified by this value, the connection will be disconnected. To disable, the value can be set to TimeSpan.Zero
public:
property TimeSpan DefaultOutgoingConnectionTimeout { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan DefaultOutgoingConnectionTimeout { get; set; }
member this.DefaultOutgoingConnectionTimeout : TimeSpan with get, set
Public Property DefaultOutgoingConnectionTimeout As TimeSpan
Property Value
Exceptions
The value given is negative.