Amazon.EC2.AmazonEC2Client.EndCancelReservedInstancesListing C# (CSharp) Method

EndCancelReservedInstancesListing() public method

Finishes the asynchronous execution of the CancelReservedInstancesListing operation.
public EndCancelReservedInstancesListing ( IAsyncResult asyncResult ) : CancelReservedInstancesListingResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCancelReservedInstancesListing.
return CancelReservedInstancesListingResponse
        public  CancelReservedInstancesListingResponse EndCancelReservedInstancesListing(IAsyncResult asyncResult)
        {
            return EndInvoke<CancelReservedInstancesListingResponse>(asyncResult);
        }
AmazonEC2Client