Amazon.WAFRegional.AmazonWAFRegionalClient.EndListResourcesForWebACL C# (CSharp) 메소드

EndListResourcesForWebACL() 공개 메소드

Finishes the asynchronous execution of the ListResourcesForWebACL operation.
public EndListResourcesForWebACL ( IAsyncResult asyncResult ) : ListResourcesForWebACLResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListResourcesForWebACL.
리턴 ListResourcesForWebACLResponse
        public  ListResourcesForWebACLResponse EndListResourcesForWebACL(IAsyncResult asyncResult)
        {
            return EndInvoke<ListResourcesForWebACLResponse>(asyncResult);
        }
AmazonWAFRegionalClient