Used to deny a set of participants access into a conference.

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

Syntax

C#
public 
IAsyncResult 
BeginDenyParticipants(
	
IEnumerable<

Participant> 
participants,
	
AsyncCallback 
conversationCallback,
	
Object 
state
)

Parameters

participants
Type: System.Collections.Generic . . :: . . IEnumerable < (Of < ( <' Participant > ) > ) >
conversationCallback
Type: System . . :: . . AsyncCallback
state
Type: System . . :: . . Object

See Also