iControl.SystemHAGroup.remove_pool C# (CSharp) Method

remove_pool() private method

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