iControl.LocalLBProfileHttp.set_fallback_host_name C# (CSharp) Method

set_fallback_host_name() private method

private set_fallback_host_name ( string profile_names, LocalLBProfileString fallbacks ) : void
profile_names string
fallbacks LocalLBProfileString
return void
        public void set_fallback_host_name(
		string [] profile_names,
		LocalLBProfileString [] fallbacks
	)
        {
            this.Invoke("set_fallback_host_name", new object [] {
                profile_names,
                fallbacks});
        }
LocalLBProfileHttp