iControl.SystemHAGroup.Beginset_active_score C# (CSharp) Method

Beginset_active_score() public method

public Beginset_active_score ( string ha_groups, long scores, System callback, object asyncState ) : System.IAsyncResult
ha_groups string
scores long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_active_score(string [] ha_groups,long [] scores, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_active_score", new object[] {
            ha_groups,
            scores}, callback, asyncState);
        }
SystemHAGroup