SseKeepAliveSession.EnableKeepAlive(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.
Activates (or replaces) the periodic keep-alive timer. A non-positive or
infinite interval is treated as a no-op so callers may
invoke this unconditionally with the configured interval.
public void EnableKeepAlive(TimeSpan interval);
member this.EnableKeepAlive : TimeSpan -> unit
Public Sub EnableKeepAlive (interval As TimeSpan)
Parameters
- interval
- TimeSpan