This topic has not yet been rated - Rate this topic

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

Return value

Type: System.IAsyncResult
System.IAsyncResult
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.