iControl.LocalLBProfileHttp.Endget_fallback_host_name C# (CSharp) Method

Endget_fallback_host_name() public method

public Endget_fallback_host_name ( System asyncResult ) : LocalLBProfileString[]
asyncResult System
return LocalLBProfileString[]
        public LocalLBProfileString[] Endget_fallback_host_name(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBProfileString [])(results[0]));
        }
LocalLBProfileHttp