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

Beginget_active_score() public méthode

public Beginget_active_score ( string ha_groups, System callback, object asyncState ) : System.IAsyncResult
ha_groups string
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginget_active_score(string [] ha_groups, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_active_score", new object[] {
            ha_groups}, callback, asyncState);
        }
SystemHAGroup