Amazon.ElasticMapReduce.AmazonElasticMapReduceClient.BeginListInstanceGroups C# (CSharp) Метод

BeginListInstanceGroups() публичный Метод

Initiates the asynchronous execution of the ListInstanceGroups operation.
public BeginListInstanceGroups ( ListInstanceGroupsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ElasticMapReduce.Model.ListInstanceGroupsRequest Container for the necessary parameters to execute the ListInstanceGroups operation on AmazonElasticMapReduceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult
        public IAsyncResult BeginListInstanceGroups(ListInstanceGroupsRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new ListInstanceGroupsRequestMarshaller();
            var unmarshaller = ListInstanceGroupsResponseUnmarshaller.Instance;

            return BeginInvoke<ListInstanceGroupsRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
AmazonElasticMapReduceClient