Compartir a través de


HostOptions.StartupTimeout Propiedad

Definición

Obtiene o establece el tiempo de espera predeterminado para StartAsync(CancellationToken).

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

Valor de propiedad

Comentarios

Este tiempo de espera también abarca todos los servicios host que implementan StartingAsync(CancellationToken) y StartedAsync(CancellationToken).

Se aplica a