Edit

Share via


InstantMessagingMcuSession.EndModifyInstantMessagingBlockAllMode Method

Definition

Waits for the pending operation to complete.

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

Parameters

result
IAsyncResult

The reference to the pending asynchronous operation.

Exceptions

Thrown when the operation timed out waiting for a reply.

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

Thrown when the operation failed without a C3P body in the response.

Remarks

The operation times out if no response was received within three minutes. If a pending response was received, the wait period is reset back to three minutes.

Applies to