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

EndRequestSpotInstances() public method

Finishes the asynchronous execution of the RequestSpotInstances operation.
public EndRequestSpotInstances ( IAsyncResult asyncResult ) : RequestSpotInstancesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRequestSpotInstances.
return RequestSpotInstancesResponse
        public  RequestSpotInstancesResponse EndRequestSpotInstances(IAsyncResult asyncResult)
        {
            return EndInvoke<RequestSpotInstancesResponse>(asyncResult);
        }
AmazonEC2Client