Conversation.EndMuteParticipants method
Used to mute a set of participants in a conference.
Namespace: Microsoft.Lync.Model.Conversation
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Sub EndMuteParticipants ( _
asyncResult As IAsyncResult _
)
'Usage
Dim instance As Conversation
Dim asyncResult As IAsyncResult
instance.EndMuteParticipants(asyncResult)
public void EndMuteParticipants(
IAsyncResult asyncResult
)
Parameters
- asyncResult
Type: System.IAsyncResult