iControl.SystemHAGroup.add_cluster C# (CSharp) Method

add_cluster() private method

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