Share via


EndLockConference Method

Returns the results of the participate operation.

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

Remarks

If the Participate operation is still pending, the method will wait for completion before returning.

Exceptions

[cref][T:Microsoft.Rtc.Signaling.OperationTimeoutException]: The operation timed out waiting for a reply.

[cref][T:Microsoft.Rtc.Signaling.FailureResponseException]: Received a failure response from the network.

[cref][T:Microsoft.Rtc.Signaling.RealTimeException]: The operation failed with a reason other than failure response.

See Also

Reference

ConferenceSession Class

ConferenceSession Members

Microsoft.Rtc.Collaboration Namespace