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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.