Amazon.CodeBuild.AmazonCodeBuildClient.BeginBatchGetBuilds C# (CSharp) Метод

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

Initiates the asynchronous execution of the BatchGetBuilds operation.
public BeginBatchGetBuilds ( BatchGetBuildsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.CodeBuild.Model.BatchGetBuildsRequest Container for the necessary parameters to execute the BatchGetBuilds operation on AmazonCodeBuildClient.
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 BeginBatchGetBuilds(BatchGetBuildsRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new BatchGetBuildsRequestMarshaller();
            var unmarshaller = BatchGetBuildsResponseUnmarshaller.Instance;

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