iControl.GlobalLBMonitor.Enddelete_all_templates C# (CSharp) 메소드

Enddelete_all_templates() 공개 메소드

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