HubOptions.HandshakeTimeout 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定伺服器用來逾時用戶端傳入交握要求的間隔。 預設逾時為 15 秒。
public:
property Nullable<TimeSpan> HandshakeTimeout { Nullable<TimeSpan> get(); void set(Nullable<TimeSpan> value); };
public TimeSpan? HandshakeTimeout { get; set; }
member this.HandshakeTimeout : Nullable<TimeSpan> with get, set
Public Property HandshakeTimeout As Nullable(Of TimeSpan)