HubConnection.ServerTimeout 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定連接的伺服器逾時間隔。
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
訊息,用戶端就會逾時。