CXCallDirectoryExtensionContext.CompleteRequestAsync 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.
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.