Share via


TerminationCountdownStatusChangedEventArgs.RemainingTime Property

Gets the remaining time until conference is shut down automatically.

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

Syntax

'Declaration
Public ReadOnly Property RemainingTime As Nullable(Of TimeSpan)
    Get
'Usage
Dim instance As TerminationCountdownStatusChangedEventArgs
Dim value As Nullable(Of TimeSpan)

value = instance.RemainingTime
public Nullable<TimeSpan> RemainingTime { get; }

Property Value

Type: System.Nullable<TimeSpan>

Remarks

If the countdown is not started, the HasValue will be false.

Note: The remaining time is the time sent by the server. Application will need to account for the propagation delay from the server when using this information.

See Also

Reference

TerminationCountdownStatusChangedEventArgs Class

TerminationCountdownStatusChangedEventArgs Members

Microsoft.Rtc.Collaboration Namespace