iControl.LocalLBMonitor.Enddelete_template C# (CSharp) Метод

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

public Enddelete_template ( System asyncResult ) : void
asyncResult System
Результат void
        public void Enddelete_template(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }
LocalLBMonitor