ServiceConfiguration.CloseTimeout Property

Definition

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

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

Property Value

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

Applies to