HubConnection.ServerTimeout 屬性

定義

取得或設定連接的伺服器逾時間隔。

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

屬性值

備註

如果用戶端長時間未收到來自伺服器的 this 訊息,用戶端就會逾時。

適用於