iControl.SystemHAGroup.add_pool C# (CSharp) Method

add_pool() private method

private add_pool ( string ha_groups, string pools, long weights ) : void
ha_groups string
pools string
weights long
return void
        public void add_pool(
		string [] ha_groups,
		string [] [] pools,
		long [] [] weights
	)
        {
            this.Invoke("add_pool", new object [] {
                ha_groups,
                pools,
                weights});
        }
SystemHAGroup