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

EndRunScheduledInstances() public method

Finishes the asynchronous execution of the RunScheduledInstances operation.
public EndRunScheduledInstances ( IAsyncResult asyncResult ) : RunScheduledInstancesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRunScheduledInstances.
return RunScheduledInstancesResponse
        public  RunScheduledInstancesResponse EndRunScheduledInstances(IAsyncResult asyncResult)
        {
            return EndInvoke<RunScheduledInstancesResponse>(asyncResult);
        }
AmazonEC2Client