Edit

Share via


CXCallDirectoryExtensionContext.CompleteRequest(Action<Boolean>) Method

Definition

Completes the call directory extension request.

[Foundation.Export("completeRequestWithCompletionHandler:")]
public virtual void CompleteRequest (Action<bool> completion);
override this.CompleteRequest : Action<bool> -> unit

Parameters

completion
Action<Boolean>

A handler that takes a bool that indicates whether or not the request succeeded.

This parameter can be null.

Attributes

Applies to