Amazon.Redshift.AmazonRedshiftClient.EndPurchaseReservedNodeOffering C# (CSharp) Méthode

EndPurchaseReservedNodeOffering() public méthode

Finishes the asynchronous execution of the PurchaseReservedNodeOffering operation.
public EndPurchaseReservedNodeOffering ( IAsyncResult asyncResult ) : PurchaseReservedNodeOfferingResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPurchaseReservedNodeOffering.
Résultat PurchaseReservedNodeOfferingResponse
        public  PurchaseReservedNodeOfferingResponse EndPurchaseReservedNodeOffering(IAsyncResult asyncResult)
        {
            return EndInvoke<PurchaseReservedNodeOfferingResponse>(asyncResult);
        }
AmazonRedshiftClient