Participant.BeginPinVideo method
Namespace: Microsoft.Lync.Model.Conversation
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Function BeginPinVideo ( _
callback As AsyncCallback, _
state As Object _
) As IAsyncResult
'Usage
Dim instance As Participant
Dim callback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginPinVideo(callback, _
state)
public IAsyncResult BeginPinVideo(
AsyncCallback callback,
Object state
)
Parameters
- callback
Type: System.AsyncCallback
- state
Type: System.Object
Return value
Type: System.IAsyncResult