Conversation.BeginMuteParticipants method
Not implemented.
Namespace: Microsoft.Lync.Model.Conversation
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Function BeginMuteParticipants ( _
participants As IEnumerable(Of Participant), _
conversationCallback As AsyncCallback, _
state As Object _
) As IAsyncResult
'Usage
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
Return value
Type: System.IAsyncResult
System.IAsyncResult