Amazon.APIGateway.AmazonAPIGatewayClient.GetAccountAsync C# (CSharp) Method

GetAccountAsync() public method

Initiates the asynchronous execution of the GetAccount operation.
public GetAccountAsync ( GetAccountRequest request, System cancellationToken = default(CancellationToken) ) : Task
request GetAccountRequest Container for the necessary parameters to execute the GetAccount operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<GetAccountResponse> GetAccountAsync(GetAccountRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new GetAccountRequestMarshaller();
            var unmarshaller = GetAccountResponseUnmarshaller.Instance;

            return InvokeAsync<GetAccountRequest,GetAccountResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonAPIGatewayClient