IConnectionTimeoutFeature.ResetTimeout(TimeSpan) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
除非取消或重設逾時,否則在指定的正數有限 TimeSpan 之後關閉連接。 這會取消任何進行中的逾時。
public:
void ResetTimeout(TimeSpan timeSpan);
public void ResetTimeout (TimeSpan timeSpan);
abstract member ResetTimeout : TimeSpan -> unit
Public Sub ResetTimeout (timeSpan As TimeSpan)
參數
適用於