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

Beginget_trunk_score() public méthode

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