iControl.ManagementNamed.Enddelete_acl_statement C# (CSharp) 메소드

Enddelete_acl_statement() 공개 메소드

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