Amazon.ElasticMapReduce.AmazonElasticMapReduceClient.EndListInstanceGroups C# (CSharp) 메소드

EndListInstanceGroups() 공개 메소드

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