Amazon.Batch.AmazonBatchClient.BeginDescribeJobs C# (CSharp) Method

BeginDescribeJobs() public method

Initiates the asynchronous execution of the DescribeJobs operation.
public BeginDescribeJobs ( DescribeJobsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Batch.Model.DescribeJobsRequest Container for the necessary parameters to execute the DescribeJobs operation on AmazonBatchClient.
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.
return IAsyncResult
        public IAsyncResult BeginDescribeJobs(DescribeJobsRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new DescribeJobsRequestMarshaller();
            var unmarshaller = DescribeJobsResponseUnmarshaller.Instance;

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