ConferenceInvitation.AutoAcceptNeeded Event
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.
Raised when the conference invitation needs to be automatically accepted by the application.
public:
event EventHandler<Microsoft::Rtc::Collaboration::AutoAcceptNeededEventArgs ^> ^ AutoAcceptNeeded;
public event EventHandler<Microsoft.Rtc.Collaboration.AutoAcceptNeededEventArgs> AutoAcceptNeeded;
member this.AutoAcceptNeeded : EventHandler<Microsoft.Rtc.Collaboration.AutoAcceptNeededEventArgs>
Public Custom Event AutoAcceptNeeded As EventHandler(Of AutoAcceptNeededEventArgs)
Event Type
Remarks
The implementation for this event handler should use a lock object to eliminate a possible race condition between this event being raised on the application's event thread and the application calling BeginAccept(), Decline(), etc on the application's main thread (or any other thread.)