Participant.EndDeny method

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

'Declaration
Public Sub EndDeny ( _
    asyncResult As IAsyncResult _
)
'Usage
Dim instance As Participant
Dim asyncResult As IAsyncResult

instance.EndDeny(asyncResult)
public void EndDeny(
    IAsyncResult asyncResult
)

Parameters

See also

Reference

Participant class

Participant members

Microsoft.Lync.Model.Conversation namespace