FoundryEnvironment.SseKeepAliveInterval Property
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.
The SSE keep-alive comment frame interval. Sourced from the SSE_KEEPALIVE_INTERVAL
environment variable (value in integer seconds). When absent, zero, or unparseable,
returns InfiniteTimeSpan (disabled).
public static TimeSpan SseKeepAliveInterval { get; }
static member SseKeepAliveInterval : TimeSpan
Public Shared ReadOnly Property SseKeepAliveInterval As TimeSpan