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

EndGetAuthorizers() public method

Finishes the asynchronous execution of the GetAuthorizers operation.
public EndGetAuthorizers ( IAsyncResult asyncResult ) : GetAuthorizersResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetAuthorizers.
return Amazon.APIGateway.Model.GetAuthorizersResponse
        public  GetAuthorizersResponse EndGetAuthorizers(IAsyncResult asyncResult)
        {
            return EndInvoke<GetAuthorizersResponse>(asyncResult);
        }
AmazonAPIGatewayClient