Amazon.Glacier.AmazonGlacierClient.ListTagsForVaultAsync C# (CSharp) Method

ListTagsForVaultAsync() public method

Initiates the asynchronous execution of the ListTagsForVault operation.
public ListTagsForVaultAsync ( ListTagsForVaultRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Glacier.Model.ListTagsForVaultRequest Container for the necessary parameters to execute the ListTagsForVault operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<ListTagsForVaultResponse> ListTagsForVaultAsync(ListTagsForVaultRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ListTagsForVaultRequestMarshaller();
            var unmarshaller = ListTagsForVaultResponseUnmarshaller.Instance;

            return InvokeAsync<ListTagsForVaultRequest,ListTagsForVaultResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonGlacierClient