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

EndDisassociateWebACL() public méthode

Finishes the asynchronous execution of the DisassociateWebACL operation.
public EndDisassociateWebACL ( IAsyncResult asyncResult ) : DisassociateWebACLResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDisassociateWebACL.
Résultat DisassociateWebACLResponse
        public  DisassociateWebACLResponse EndDisassociateWebACL(IAsyncResult asyncResult)
        {
            return EndInvoke<DisassociateWebACLResponse>(asyncResult);
        }
AmazonWAFRegionalClient