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

EndRunInstances() public method

Finishes the asynchronous execution of the RunInstances operation.
public EndRunInstances ( IAsyncResult asyncResult ) : RunInstancesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRunInstances.
return RunInstancesResponse
        public  RunInstancesResponse EndRunInstances(IAsyncResult asyncResult)
        {
            return EndInvoke<RunInstancesResponse>(asyncResult);
        }
AmazonEC2Client