IDocumentService.SaveDocumentAsync(Uri, CancellationToken) 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.
Saves the document identified by moniker
.
public System.Threading.Tasks.Task SaveDocumentAsync (Uri moniker, System.Threading.CancellationToken token);
abstract member 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 save.
- token
- CancellationToken
The cancellation token.
Returns
A Task representing the asynchronous operation.
Remarks
Introduced in version DocumentService.