IConnectionTimeoutFeature.CancelTimeout 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.
Prevent the connection from closing after a timeout specified by SetTimeout(TimeSpan) or ResetTimeout(TimeSpan).
public:
void CancelTimeout();
public void CancelTimeout ();
abstract member CancelTimeout : unit -> unit
Public Sub CancelTimeout ()