Participant.BeginDeny 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 Function BeginDeny ( _
participantCallback As AsyncCallback, _
state As Object _
) As IAsyncResult
'Usage
Dim instance As Participant
Dim participantCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginDeny(participantCallback, _
state)
public IAsyncResult BeginDeny(
AsyncCallback participantCallback,
Object state
)
Parameters
- participantCallback
Type: System.AsyncCallback
- state
Type: System.Object
Return Value
Type: System.IAsyncResult