Amazon.WAFRegional.AmazonWAFRegionalClient.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.
리턴 ListByteMatchSetsResponse
        public  ListByteMatchSetsResponse EndListByteMatchSets(IAsyncResult asyncResult)
        {
            return EndInvoke<ListByteMatchSetsResponse>(asyncResult);
        }
AmazonWAFRegionalClient