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

EndStopInstances() public method

Finishes the asynchronous execution of the StopInstances operation.
public EndStopInstances ( IAsyncResult asyncResult ) : StopInstancesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStopInstances.
return StopInstancesResponse
        public  StopInstancesResponse EndStopInstances(IAsyncResult asyncResult)
        {
            return EndInvoke<StopInstancesResponse>(asyncResult);
        }
AmazonEC2Client