iControl.LocalLBProfileICAP.set_host C# (CSharp) Method

set_host() private method

private set_host ( string profile_names, LocalLBProfileString hosts ) : void
profile_names string
hosts LocalLBProfileString
return void
        public void set_host(
		string [] profile_names,
		LocalLBProfileString [] hosts
	)
        {
            this.Invoke("set_host", new object [] {
                profile_names,
                hosts});
        }
LocalLBProfileICAP