This topic has not yet been rated - Rate this topic

ApplicationSharingModality.ControlRequestReceived event

Lync 2013

Registered on the Conversation ApplicationSharingModality and raised when someone requests control of a resource.

Namespace:  Microsoft.Lync.Model.Conversation.Sharing
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Public Event ControlRequestReceived As EventHandler(Of ControlRequestReceivedEventArgs)
Dim instance As ApplicationSharingModality
Dim handler As EventHandler(Of ControlRequestReceivedEventArgs)

AddHandler instance.ControlRequestReceived, handler

public event EventHandler<ControlRequestReceivedEventArgs> ControlRequestReceived

To accept a control request, call BeginAcceptControlRequest or BeginGrantControl on the ApplicationSharingResource from the requesting participant modalities collection. Do not call these methods on the ApplicationSharingResource from the Conversation.Modalities collection.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.