CXCallDirectoryExtensionContext.CompleteRequest(Action<Boolean>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Completes the call directory extension request.
[Foundation.Export("completeRequestWithCompletionHandler:")]
public virtual void CompleteRequest (Action<bool> completion);
override this.CompleteRequest : Action<bool> -> unit
Parameters
A handler that takes a bool
that indicates whether or not the request succeeded.
This parameter can be null
.
- Attributes