Share via


InternalConferencingExtensions.BeginSetEndpointRecording method

Namespace:  Microsoft.Rtc.Internal.Collaboration.Conferencing
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function BeginSetEndpointRecording ( _
    conferenceSession As ConferenceSession, _
    isRecording As Boolean, _
    endpoint As ParticipantEndpoint, _
    userCallback As AsyncCallback, _
    state As Object _
) As IAsyncResult
'Usage
Dim conferenceSession As ConferenceSession
Dim isRecording As Boolean
Dim endpoint As ParticipantEndpoint
Dim userCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = conferenceSession.BeginSetEndpointRecording(isRecording, _
    endpoint, userCallback, state)
public static IAsyncResult BeginSetEndpointRecording(
    this ConferenceSession conferenceSession,
    bool isRecording,
    ParticipantEndpoint endpoint,
    AsyncCallback userCallback,
    Object state
)

Parameters

Return value

Type: System.IAsyncResult

Usage note

In Visual Basic and C#, you can call this method as an instance method on any object of type ConferenceSession. When you use instance method syntax to call this method, omit the first parameter. For more information, see https://msdn.microsoft.com/en-us/library/bb384936(v=office.15) or https://msdn.microsoft.com/en-us/library/bb383977(v=office.15).

See also

Reference

InternalConferencingExtensions class

InternalConferencingExtensions members

Microsoft.Rtc.Internal.Collaboration.Conferencing namespace