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

EndGetAuthorizer() public method

Finishes the asynchronous execution of the GetAuthorizer operation.
public EndGetAuthorizer ( IAsyncResult asyncResult ) : GetAuthorizerResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetAuthorizer.
return Amazon.APIGateway.Model.GetAuthorizerResponse
        public  GetAuthorizerResponse EndGetAuthorizer(IAsyncResult asyncResult)
        {
            return EndInvoke<GetAuthorizerResponse>(asyncResult);
        }
AmazonAPIGatewayClient