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

EndCreateAuthorizer() public method

Finishes the asynchronous execution of the CreateAuthorizer operation.
public EndCreateAuthorizer ( IAsyncResult asyncResult ) : CreateAuthorizerResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateAuthorizer.
return Amazon.APIGateway.Model.CreateAuthorizerResponse
        public  CreateAuthorizerResponse EndCreateAuthorizer(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateAuthorizerResponse>(asyncResult);
        }
AmazonAPIGatewayClient