Share via


CXCallDirectoryExtensionContext.CompleteRequestAsync Method

Definition

Completes the call directory extension request.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<bool> CompleteRequestAsync();
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
override this.CompleteRequestAsync : unit -> System.Threading.Tasks.Task<bool>

Returns

A task that accepts the result of the request completion.

Attributes

Remarks

The CompleteRequestAsync method is suitable to be used with C# async by returning control to the caller with a Task representing the operation.

To be added.

Applies to