Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.ListDocumentVersionsAsync C# (CSharp) Метод

ListDocumentVersionsAsync() публичный Метод

Initiates the asynchronous execution of the ListDocumentVersions operation.
public ListDocumentVersionsAsync ( ListDocumentVersionsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.ListDocumentVersionsRequest Container for the necessary parameters to execute the ListDocumentVersions operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<ListDocumentVersionsResponse> ListDocumentVersionsAsync(ListDocumentVersionsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ListDocumentVersionsRequestMarshaller();
            var unmarshaller = ListDocumentVersionsResponseUnmarshaller.Instance;

            return InvokeAsync<ListDocumentVersionsRequest,ListDocumentVersionsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonSimpleSystemsManagementClient