iControl.LocalLBProfileFastHttp.set_default_profile C# (CSharp) Method

set_default_profile() private method

private set_default_profile ( string profile_names, string defaults ) : void
profile_names string
defaults string
return void
        public void set_default_profile(
		string [] profile_names,
		string [] defaults
	)
        {
            this.Invoke("set_default_profile", new object [] {
                profile_names,
                defaults});
        }
LocalLBProfileFastHttp