Amazon.ElasticMapReduce.AmazonElasticMapReduceClient.EndListInstanceGroups C# (CSharp) Méthode

EndListInstanceGroups() public méthode

Finishes the asynchronous execution of the ListInstanceGroups operation.
public EndListInstanceGroups ( IAsyncResult asyncResult ) : ListInstanceGroupsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListInstanceGroups.
Résultat Amazon.ElasticMapReduce.Model.ListInstanceGroupsResponse
        public  ListInstanceGroupsResponse EndListInstanceGroups(IAsyncResult asyncResult)
        {
            return EndInvoke<ListInstanceGroupsResponse>(asyncResult);
        }
AmazonElasticMapReduceClient