iControl.LocalLBPool.Endget_profile C# (CSharp) 메소드

Endget_profile() 공개 메소드

public Endget_profile ( System asyncResult ) : iControl.CommonPoolProfileAttribute[][]
asyncResult System
리턴 iControl.CommonPoolProfileAttribute[][]
        public CommonPoolProfileAttribute[][] Endget_profile(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((CommonPoolProfileAttribute [] [])(results[0]));
        }
LocalLBPool