Freigeben über


HostOptions.StartupTimeout Eigenschaft

Definition

Ruft das Standardtimeout für StartAsync(CancellationToken)ab oder legt dieses fest.

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

Eigenschaftswert

Hinweise

Dieses Timeout umfasst auch alle Hostdienste, die und StartedAsync(CancellationToken)implementierenStartingAsync(CancellationToken).

Gilt für: