HealthCheckRegistration.Timeout Propriedade
Definição
Obtém ou define o tempo limite usado para o teste.Gets or sets the timeout used for the test.
public:
property TimeSpan Timeout { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan Timeout { get; set; }
member this.Timeout : TimeSpan with get, set
Public Property Timeout As TimeSpan