Amazon.WAFRegional.AmazonWAFRegionalClient.EndDisassociateWebACL C# (CSharp) Метод

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

Finishes the asynchronous execution of the DisassociateWebACL operation.
public EndDisassociateWebACL ( IAsyncResult asyncResult ) : DisassociateWebACLResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDisassociateWebACL.
Результат DisassociateWebACLResponse
        public  DisassociateWebACLResponse EndDisassociateWebACL(IAsyncResult asyncResult)
        {
            return EndInvoke<DisassociateWebACLResponse>(asyncResult);
        }
AmazonWAFRegionalClient