iControl.LocalLBProfileICAP.Endget_host C# (CSharp) Метод

Endget_host() публичный Метод

public Endget_host ( System asyncResult ) : iControl.LocalLBProfileString[]
asyncResult System
Результат iControl.LocalLBProfileString[]
        public LocalLBProfileString[] Endget_host(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBProfileString [])(results[0]));
        }
LocalLBProfileICAP