Share via


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

Return Value

Type: System.IAsyncResult

See Also

Reference

Conversation Class

Conversation Members

Microsoft.Lync.Model.Conversation Namespace