Amazon.StorageGateway.AmazonStorageGatewayClient.DescribeWorkingStorageAsync C# (CSharp) Метод

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

Initiates the asynchronous execution of the DescribeWorkingStorage operation.
public DescribeWorkingStorageAsync ( DescribeWorkingStorageRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeWorkingStorageRequest Container for the necessary parameters to execute the DescribeWorkingStorage operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<DescribeWorkingStorageResponse> DescribeWorkingStorageAsync(DescribeWorkingStorageRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DescribeWorkingStorageRequestMarshaller();
            var unmarshaller = DescribeWorkingStorageResponseUnmarshaller.Instance;

            return InvokeAsync<DescribeWorkingStorageRequest,DescribeWorkingStorageResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonStorageGatewayClient