Amazon.EC2.AmazonEC2Client.EndRunInstances C# (CSharp) Méthode

EndRunInstances() public méthode

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