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

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

Parameters

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

Exceptions

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

See Also