iControl.SystemHAGroup.get_active_score C# (CSharp) Method

get_active_score() private method

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