iControl.ManagementNamed.Enddelete_acl_statement C# (CSharp) Method

Enddelete_acl_statement() public method

public Enddelete_acl_statement ( System asyncResult ) : void
asyncResult System
return void
        public void Enddelete_acl_statement(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }