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

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

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

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