Udostępnij za pośrednictwem


DataConnectionSupport.ConnectionTimeout Property

Definition

Gets or sets the amount of time to wait when establishing a connection before terminating the attempt and generating a timeout error.

public:
 abstract property int ConnectionTimeout { int get(); void set(int value); };
public abstract int ConnectionTimeout { get; set; }
member this.ConnectionTimeout : int with get, set
Public MustOverride Property ConnectionTimeout As Integer

Property Value

An integer representation of the allowable timeout period.

Implements

Applies to