iControl.SystemHAGroup.set_active_score C# (CSharp) Method

set_active_score() private method

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