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

EndGetAccount() public method

Finishes the asynchronous execution of the GetAccount operation.
public EndGetAccount ( IAsyncResult asyncResult ) : GetAccountResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetAccount.
return Amazon.APIGateway.Model.GetAccountResponse
        public  GetAccountResponse EndGetAccount(IAsyncResult asyncResult)
        {
            return EndInvoke<GetAccountResponse>(asyncResult);
        }
AmazonAPIGatewayClient