Amazon.StorageGateway.AmazonStorageGatewayClient.DescribeGatewayInformationAsync C# (CSharp) 메소드

DescribeGatewayInformationAsync() 공개 메소드

Initiates the asynchronous execution of the DescribeGatewayInformation operation.
public DescribeGatewayInformationAsync ( DescribeGatewayInformationRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeGatewayInformationRequest Container for the necessary parameters to execute the DescribeGatewayInformation operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task
        public Task<DescribeGatewayInformationResponse> DescribeGatewayInformationAsync(DescribeGatewayInformationRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DescribeGatewayInformationRequestMarshaller();
            var unmarshaller = DescribeGatewayInformationResponseUnmarshaller.Instance;

            return InvokeAsync<DescribeGatewayInformationRequest,DescribeGatewayInformationResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonStorageGatewayClient