Amazon.WAFRegional.AmazonWAFRegionalClient.BeginUpdateWebACL C# (CSharp) Метод

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

Initiates the asynchronous execution of the UpdateWebACL operation.
public BeginUpdateWebACL ( UpdateWebACLRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.WAFRegional.Model.UpdateWebACLRequest Container for the necessary parameters to execute the UpdateWebACL operation on AmazonWAFRegionalClient.
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 BeginUpdateWebACL(UpdateWebACLRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new UpdateWebACLRequestMarshaller();
            var unmarshaller = UpdateWebACLResponseUnmarshaller.Instance;

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