TimeRemainingToRefresh Property

Gets the TimeSpan remaining to expire this subscription.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public ReadOnly Property TimeRemainingToRefresh As TimeSpan
    Get
'Usage
Dim instance As SipSubscription
Dim value As TimeSpan

value = instance.TimeRemainingToRefresh
public TimeSpan TimeRemainingToRefresh { get; }

Property Value

Type: System..::..TimeSpan
A TimeSpan object containing the remaining time.

Remarks

The value of the TimeRemainingToRefresh property is rounded to the nearest minute.

See Also

Reference

SipSubscription Class

SipSubscription Members

Microsoft.Rtc.Signaling Namespace