Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raised when the automatic conference termination status changes.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Event TerminationCountdownStatusChanged As EventHandler(Of TerminationCountdownStatusChangedEventArgs)
'Usage
Dim instance As ConferenceSession
Dim handler As EventHandler(Of TerminationCountdownStatusChangedEventArgs)
AddHandler instance.TerminationCountdownStatusChanged, handler
public event EventHandler<TerminationCountdownStatusChangedEventArgs> TerminationCountdownStatusChanged