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

Endis_template_root() 공개 메소드

public Endis_template_root ( System asyncResult ) : bool[]
asyncResult System
리턴 bool[]
        public bool[] Endis_template_root(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((bool [])(results[0]));
        }
GlobalLBMonitor