Denies the participant access to the conference and removes him from the lobby.

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

Syntax

C#
public 
IAsyncResult 
BeginDeny(
	
AsyncCallback 
participantCallback,
	
Object 
state
)

Parameters

participantCallback
Type: System . . :: . . AsyncCallback
state
Type: System . . :: . . Object

See Also