Share via


Participant.BeginSetMute Method

Mutes a participant.

Namespace:  Microsoft.Lync.Model.Conversation
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Function BeginSetMute ( _
    mute As Boolean, _
    participantCallback As AsyncCallback, _
    state As Object _
) As IAsyncResult
'Usage
Dim instance As Participant
Dim mute As Boolean
Dim participantCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginSetMute(mute, _
    participantCallback, state)
public IAsyncResult BeginSetMute(
    bool mute,
    AsyncCallback participantCallback,
    Object state
)

Parameters

Return Value

Type: System.IAsyncResult

See Also

Reference

Participant Class

Participant Members

Microsoft.Lync.Model.Conversation Namespace