Edit

Share via


FakeHostOptions.StartUpTimeout Property

Definition

Gets or sets the time limit for the host to start.

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

Property Value

The default value is 5 seconds.

Remarks

This limit is used if there's no cancellation token.

Applies to