Edit

Share via


CXCallDirectoryExtensionContext.CompleteRequestAsync Method

Definition

Completes the call directory extension request.

public virtual System.Threading.Tasks.Task<bool> CompleteRequestAsync ();
override this.CompleteRequestAsync : unit -> System.Threading.Tasks.Task<bool>

Returns

A task that accepts the result of the request completion.

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