iControl.SystemHAGroup.remove_cluster C# (CSharp) Method

remove_cluster() private method

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