iControl.SystemHAGroup.add_cluster C# (CSharp) Méthode

add_cluster() private méthode

private add_cluster ( string ha_groups, string clusters, long weights ) : void
ha_groups string
clusters string
weights long
Résultat void
        public void add_cluster(
		string [] ha_groups,
		string [] [] clusters,
		long [] [] weights
	)
        {
            this.Invoke("add_cluster", new object [] {
                ha_groups,
                clusters,
                weights});
        }
SystemHAGroup