Amazon.WAF.AmazonWAFClient.EndListByteMatchSets C# (CSharp) Метод

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

Finishes the asynchronous execution of the ListByteMatchSets operation.
public EndListByteMatchSets ( IAsyncResult asyncResult ) : ListByteMatchSetsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListByteMatchSets.
Результат Amazon.WAF.Model.ListByteMatchSetsResponse
        public  ListByteMatchSetsResponse EndListByteMatchSets(IAsyncResult asyncResult)
        {
            return EndInvoke<ListByteMatchSetsResponse>(asyncResult);
        }
AmazonWAFClient