Edit

Share via


ConferenceSession.EndUnlockConference(IAsyncResult) Method

Definition

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

public:
 void EndUnlockConference(IAsyncResult ^ result);
public void EndUnlockConference (IAsyncResult result);
member this.EndUnlockConference : IAsyncResult -> unit
Public Sub EndUnlockConference (result As IAsyncResult)

Parameters

result
IAsyncResult

The reference to the pending asynchronous operation.

Exceptions

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

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

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

Applies to