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

EndCreateUsagePlanKey() public method

Finishes the asynchronous execution of the CreateUsagePlanKey operation.
public EndCreateUsagePlanKey ( IAsyncResult asyncResult ) : CreateUsagePlanKeyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateUsagePlanKey.
return Amazon.APIGateway.Model.CreateUsagePlanKeyResponse
        public  CreateUsagePlanKeyResponse EndCreateUsagePlanKey(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateUsagePlanKeyResponse>(asyncResult);
        }
AmazonAPIGatewayClient