Edit

Share via


InstantMessagingCall.AutoAcceptNeeded Event

Definition

Raised when the call 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.)

Applies to