RealTimeEndpoint.MinimumSessionTimerInterval 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.
Gets or sets the minimum session interval. Any session-expires interval less than this value in messages will not be accepted.
public:
property int MinimumSessionTimerInterval { int get(); void set(int value); };
public int MinimumSessionTimerInterval { get; set; }
member this.MinimumSessionTimerInterval : int with get, set
Public Property MinimumSessionTimerInterval As Integer
Property Value
Exceptions
Thrown when setting a value out of the expected range.
Remarks
The number of seconds that is the minimum allowed value for the session expiration. The allowed values are between 90 and the DesiredSessionTimerInterval.
The session timer needs to be enabled for this setting to take effect.