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

get_cluster() private méthode

private get_cluster ( string ha_groups ) : string[][]
ha_groups string
Résultat string[][]
        public string[][] get_cluster(
		string [] ha_groups
	)
        {
            object [] results = this.Invoke("get_cluster", new object [] {
                ha_groups});
            return ((string [] [])(results[0]));
        }
SystemHAGroup