Share via


ConferenceSession.EndLockConference Method

Waits for the pending asynchronous operation to lock the conference to complete.

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

Syntax

'Declaration
Public Sub EndLockConference ( _
    result As IAsyncResult _
)
'Usage
Dim instance As ConferenceSession
Dim result As IAsyncResult

instance.EndLockConference(result)
public void EndLockConference(
    IAsyncResult result
)

Parameters

Exceptions

Exception Condition
OperationTimeoutException

Thrown when locking the conference timed out waiting for a reply.

ConferenceFailureException

Thrown when locking the conference failed with a Centralized Conference Control Protocol (C3P) body in the response.

RealTimeException

Thrown when locking the conference failed without a C3P body in the response.

See Also

Reference

ConferenceSession Class

ConferenceSession Members

Microsoft.Rtc.Collaboration Namespace