Conversation.BeginMuteParticipants method
Lync 2013
Not implemented.
Namespace: Microsoft.Lync.Model.Conversation
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Public Function BeginMuteParticipants ( _ participants As IEnumerable(Of Participant), _ conversationCallback As AsyncCallback, _ state As Object _ ) As IAsyncResult
Dim instance As Conversation Dim participants As IEnumerable(Of Participant) Dim conversationCallback As AsyncCallback Dim state As Object Dim returnValue As IAsyncResult returnValue = instance.BeginMuteParticipants(participants, _ conversationCallback, state)
public IAsyncResult BeginMuteParticipants(
IEnumerable<Participant> participants,
AsyncCallback conversationCallback,
Object state
)
Parameters
- participants
- Type: System.Collections.Generic.IEnumerable<Participant>
- conversationCallback
- Type: System.AsyncCallback
- state
- Type: System.Object