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

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

Syntax

Visual Basic (Declaration)
Public 
Sub 
EndUnlockConference ( _
	
result 
As 
IAsyncResult _
)
C#
public 
void 
EndUnlockConference(
	
IAsyncResult 
result
)
Visual C++
public:
void 
EndUnlockConference(
	
IAsyncResult^ 
result
)
JavaScript
function 
endUnlockConference(
result);

Parameters

result
Type: IAsyncResult
The reference to the pending asynchronous operation.

Exceptions

Exception Condition
Microsoft.Rtc.Signaling . . :: . OperationTimeoutException Thrown when unlocking the conference timed out waiting for a reply.
Microsoft.Rtc.Collaboration . . :: . ConferenceFailureException Thrown when unlocking the conference failed with a Centralized Conference Control Protocol (C3P) body in the response.
Microsoft.Rtc.Signaling . . :: . RealTimeException Thrown when unlocking the conference failed without a C3P body in the response.

See Also