Amazon.Redshift.AmazonRedshiftClient.EndPurchaseReservedNodeOffering C# (CSharp) Метод

EndPurchaseReservedNodeOffering() публичный Метод

Finishes the asynchronous execution of the PurchaseReservedNodeOffering operation.
public EndPurchaseReservedNodeOffering ( IAsyncResult asyncResult ) : PurchaseReservedNodeOfferingResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPurchaseReservedNodeOffering.
Результат PurchaseReservedNodeOfferingResponse
        public  PurchaseReservedNodeOfferingResponse EndPurchaseReservedNodeOffering(IAsyncResult asyncResult)
        {
            return EndInvoke<PurchaseReservedNodeOfferingResponse>(asyncResult);
        }
AmazonRedshiftClient