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

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

Finishes the asynchronous execution of the GetByteMatchSet operation.
public EndGetByteMatchSet ( IAsyncResult asyncResult ) : GetByteMatchSetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetByteMatchSet.
Результат GetByteMatchSetResponse
        public  GetByteMatchSetResponse EndGetByteMatchSet(IAsyncResult asyncResult)
        {
            return EndInvoke<GetByteMatchSetResponse>(asyncResult);
        }
AmazonWAFRegionalClient