Amazon.WAFRegional.AmazonWAFRegionalClient.EndGetByteMatchSet C# (CSharp) Méthode

EndGetByteMatchSet() public méthode

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