Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Stops the audio or video channel.
Namespace: Microsoft.Lync.Model.Conversation.AudioVideo
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Function BeginStop ( _
mediaChannelCallback As AsyncCallback, _
state As Object _
) As IAsyncResult
'Usage
Dim instance As Channel
Dim mediaChannelCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginStop(mediaChannelCallback, _
state)
public IAsyncResult BeginStop(
AsyncCallback mediaChannelCallback,
Object state
)
Parameters
- mediaChannelCallback
Type: System.AsyncCallback
- state
Type: System.Object
Return Value
Type: System.IAsyncResult