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

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

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

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