Participant.EndLockVideo method

Asynchronously locks the participants video

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

Syntax

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

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

Parameters

See also

Reference

Participant class

Participant members

Microsoft.Lync.Model.Conversation namespace