iControl.LocalLBProfileICAP.set_host C# (CSharp) Méthode

set_host() private méthode

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