TerminationCountdownStatusChangedEventArgs.RemainingTime 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 remaining time until conference is shut down automatically.
public:
property Nullable<TimeSpan> RemainingTime { Nullable<TimeSpan> get(); };
public Nullable<TimeSpan> RemainingTime { get; }
member this.RemainingTime : Nullable<TimeSpan>
Public ReadOnly Property RemainingTime As Nullable(Of TimeSpan)
Property Value
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.