Amazon.WAFRegional.AmazonWAFRegionalClient.EndGetByteMatchSet C# (CSharp) Method

EndGetByteMatchSet() public method

Finishes the asynchronous execution of the GetByteMatchSet operation.
public EndGetByteMatchSet ( IAsyncResult asyncResult ) : GetByteMatchSetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetByteMatchSet.
return GetByteMatchSetResponse
        public  GetByteMatchSetResponse EndGetByteMatchSet(IAsyncResult asyncResult)
        {
            return EndInvoke<GetByteMatchSetResponse>(asyncResult);
        }
AmazonWAFRegionalClient