ServiceConfiguration.OpenTimeout Property

Definition

Gets or sets the interval of time allowed for the service to open.

public:
 property TimeSpan OpenTimeout { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan OpenTimeout { get; set; }
member this.OpenTimeout : TimeSpan with get, set
Public Property OpenTimeout As TimeSpan

Property Value

The timespan that specifies the interval of time allowed for the service to open.

Applies to