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

EndCreateSpotDatafeedSubscription() public method

Finishes the asynchronous execution of the CreateSpotDatafeedSubscription operation.
public EndCreateSpotDatafeedSubscription ( IAsyncResult asyncResult ) : CreateSpotDatafeedSubscriptionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateSpotDatafeedSubscription.
return CreateSpotDatafeedSubscriptionResponse
        public  CreateSpotDatafeedSubscriptionResponse EndCreateSpotDatafeedSubscription(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateSpotDatafeedSubscriptionResponse>(asyncResult);
        }
AmazonEC2Client