SignalingSession.MinimumSessionExpiresInterval 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 the minimum session expires interval value (in seconds) currently used by this session.
public:
property int MinimumSessionExpiresInterval { int get(); };
public int MinimumSessionExpiresInterval { get; }
member this.MinimumSessionExpiresInterval : int
Public ReadOnly Property MinimumSessionExpiresInterval As Integer
Property Value
Remarks
This setting is inherited from the endpoint when the session is created and cannot be changed. When the session is established, it will reflect the negotiated value for the session.
The session timer needs to be enabled for this setting to take effect.