IConnectionTimeoutFeature.ResetTimeout(TimeSpan) Method

Definition

Close the connection after the specified positive finite TimeSpan unless the timeout is canceled or reset. This will cancel any ongoing timeouts.

public:
 void ResetTimeout(TimeSpan timeSpan);
public void ResetTimeout (TimeSpan timeSpan);
abstract member ResetTimeout : TimeSpan -> unit
Public Sub ResetTimeout (timeSpan As TimeSpan)

Parameters

timeSpan
TimeSpan

Applies to