IConnectionTimeoutFeature.ResetTimeout(TimeSpan) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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