ServiceHostBase.DefaultCloseTimeout Property

Definition

Gets the default interval of time allowed for the service host to close.

protected:
 virtual property TimeSpan DefaultCloseTimeout { TimeSpan get(); };
protected override TimeSpan DefaultCloseTimeout { get; }
member this.DefaultCloseTimeout : TimeSpan
Protected Overrides ReadOnly Property DefaultCloseTimeout As TimeSpan

Property Value

The TimeSpan that specifies the default interval of time allowed for the service host to close.

Applies to