Amazon.Batch.AmazonBatchClient.BeginUpdateJobQueue C# (CSharp) Метод

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

Initiates the asynchronous execution of the UpdateJobQueue operation.
public BeginUpdateJobQueue ( UpdateJobQueueRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Batch.Model.UpdateJobQueueRequest Container for the necessary parameters to execute the UpdateJobQueue 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.
Результат IAsyncResult
        public IAsyncResult BeginUpdateJobQueue(UpdateJobQueueRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new UpdateJobQueueRequestMarshaller();
            var unmarshaller = UpdateJobQueueResponseUnmarshaller.Instance;

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