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

EndTestInvokeAuthorizer() public method

Finishes the asynchronous execution of the TestInvokeAuthorizer operation.
public EndTestInvokeAuthorizer ( IAsyncResult asyncResult ) : TestInvokeAuthorizerResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginTestInvokeAuthorizer.
return Amazon.APIGateway.Model.TestInvokeAuthorizerResponse
        public  TestInvokeAuthorizerResponse EndTestInvokeAuthorizer(IAsyncResult asyncResult)
        {
            return EndInvoke<TestInvokeAuthorizerResponse>(asyncResult);
        }
AmazonAPIGatewayClient