Conversation.EndDenyParticipants method

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

'Declaration
Public Sub EndDenyParticipants ( _
    asyncResult As IAsyncResult _
)
'Usage
Dim instance As Conversation
Dim asyncResult As IAsyncResult

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

Parameters

See also

Reference

Conversation class

Conversation members

Microsoft.Lync.Model.Conversation namespace