Freigeben über


DocumentsExtensibility.SaveDocumentAsync(Uri, CancellationToken) Method

Definition

Saves the document specified by moniker.

public System.Threading.Tasks.Task SaveDocumentAsync (Uri moniker, System.Threading.CancellationToken token);
member this.SaveDocumentAsync : Uri * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function SaveDocumentAsync (moniker As Uri, token As CancellationToken) As Task

Parameters

moniker
Uri

The moniker of the document to search for.

token
CancellationToken

The cancellation token.

Returns

A Task representing the asynchronous operation.

Applies to