iControl.LocalLBProfileRADIUS.Endget_client C# (CSharp) 메소드

Endget_client() 공개 메소드

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