ListRevisionsAsync Method
Lists revisions for a file.
Syntax
[VB.NET]
Public Function ListRevisionsAsync() As Task
[C#]
public Task ListRevisionsAsync();
Remarks
This method is the asynchronous version of the
ListRevisions method and is used to support asynchronous operations in WinRT. Please refer to
ListRevisions for more information.