Edit

Share via


RealTimeConnection.ConnectionTimeout Property

Definition

Gets or sets the connection idle 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 ConnectionTimeout { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan ConnectionTimeout { get; set; }
member this.ConnectionTimeout : TimeSpan with get, set
Public Property ConnectionTimeout As TimeSpan

Property Value

Exceptions

Thrown when the value given is negative.

Thrown when the connection manager is not the server connection manager.

Applies to