FakeHostOptions.StartUpTimeout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.