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

EndAssociateWebACL() 공개 메소드

Finishes the asynchronous execution of the AssociateWebACL operation.
public EndAssociateWebACL ( IAsyncResult asyncResult ) : AssociateWebACLResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAssociateWebACL.
리턴 AssociateWebACLResponse
        public  AssociateWebACLResponse EndAssociateWebACL(IAsyncResult asyncResult)
        {
            return EndInvoke<AssociateWebACLResponse>(asyncResult);
        }
AmazonWAFRegionalClient