iControl.LocalLBProfileFastHttp.Endis_system_profile C# (CSharp) 메소드

Endis_system_profile() 공개 메소드

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