iControl.LocalLBPool.add_profile C# (CSharp) Method

add_profile() private method

private add_profile ( string pool_names, string profiles ) : void
pool_names string
profiles string
return void
        public void add_profile(
		string [] pool_names,
		string [] [] profiles
	)
        {
            this.Invoke("add_profile", new object [] {
                pool_names,
                profiles});
        }
LocalLBPool