iControl.SystemHAGroup.remove_cluster C# (CSharp) 메소드

remove_cluster() 개인적인 메소드

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