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

EndFlushStageAuthorizersCache() public method

Finishes the asynchronous execution of the FlushStageAuthorizersCache operation.
public EndFlushStageAuthorizersCache ( IAsyncResult asyncResult ) : FlushStageAuthorizersCacheResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginFlushStageAuthorizersCache.
return FlushStageAuthorizersCacheResponse
        public  FlushStageAuthorizersCacheResponse EndFlushStageAuthorizersCache(IAsyncResult asyncResult)
        {
            return EndInvoke<FlushStageAuthorizersCacheResponse>(asyncResult);
        }
AmazonAPIGatewayClient