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

EndStartInstances() public method

Finishes the asynchronous execution of the StartInstances operation.
public EndStartInstances ( IAsyncResult asyncResult ) : StartInstancesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStartInstances.
return StartInstancesResponse
        public  StartInstancesResponse EndStartInstances(IAsyncResult asyncResult)
        {
            return EndInvoke<StartInstancesResponse>(asyncResult);
        }
AmazonEC2Client