Amazon.CodeBuild.AmazonCodeBuildClient.BeginListBuilds C# (CSharp) Method

BeginListBuilds() public method

Initiates the asynchronous execution of the ListBuilds operation.
public BeginListBuilds ( ListBuildsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.CodeBuild.Model.ListBuildsRequest Container for the necessary parameters to execute the ListBuilds 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.
return IAsyncResult
        public IAsyncResult BeginListBuilds(ListBuildsRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new ListBuildsRequestMarshaller();
            var unmarshaller = ListBuildsResponseUnmarshaller.Instance;

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