Compartir a través de


HubConnection.ServerTimeout Propiedad

Definición

Obtiene o establece el intervalo de tiempo de espera del servidor para la conexión.

public:
 property TimeSpan ServerTimeout { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan ServerTimeout { get; set; }
member this.ServerTimeout : TimeSpan with get, set
Public Property ServerTimeout As TimeSpan

Valor de propiedad

Comentarios

El cliente agota el tiempo de espera si no ha oído del servidor durante this mucho tiempo.

Se aplica a