iControl.ManagementNamed.Enddelete_logging_statement C# (CSharp) Method

Enddelete_logging_statement() public method

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