InstantMessagingCall.AutoAcceptNeeded Event
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 call needs to be automatically accepted by the application.
public:
event EventHandler<Microsoft::Rtc::Collaboration::AutoAcceptNeededEventArgs ^> ^ AutoAcceptNeeded;
C#
public event EventHandler<Microsoft.Rtc.Collaboration.AutoAcceptNeededEventArgs> AutoAcceptNeeded;
member this.AutoAcceptNeeded : EventHandler<Microsoft.Rtc.Collaboration.AutoAcceptNeededEventArgs>
Public Custom Event AutoAcceptNeeded As EventHandler(Of AutoAcceptNeededEventArgs)
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.)
Proizvod | Verzije |
---|---|
Lync UCMA | 4.0, 5.0, latest |