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

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

Initiates the asynchronous execution of the CreateSizeConstraintSet operation.
public BeginCreateSizeConstraintSet ( CreateSizeConstraintSetRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.WAFRegional.Model.CreateSizeConstraintSetRequest Container for the necessary parameters to execute the CreateSizeConstraintSet 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 BeginCreateSizeConstraintSet(CreateSizeConstraintSetRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new CreateSizeConstraintSetRequestMarshaller();
            var unmarshaller = CreateSizeConstraintSetResponseUnmarshaller.Instance;

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