RealTimeServerConnectionManager.DefaultIncomingConnectionTimeout 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 time-out value for any incoming connections. Any incoming connection that is idle for the duration specified by this value will be disconnected. This value does not affect existing connections.
public:
property TimeSpan DefaultIncomingConnectionTimeout { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan DefaultIncomingConnectionTimeout { get; set; }
member this.DefaultIncomingConnectionTimeout : TimeSpan with get, set
Public Property DefaultIncomingConnectionTimeout As TimeSpan
Property Value
Exceptions
Thrown when the value given is negative.