iControl.SystemHAGroup.Beginset_trunk_weight C# (CSharp) Method

Beginset_trunk_weight() public method

public Beginset_trunk_weight ( string ha_groups, string trunks, long weights, System callback, object asyncState ) : System.IAsyncResult
ha_groups string
trunks string
weights long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_trunk_weight(string [] ha_groups,string [] [] trunks,long [] [] weights, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_trunk_weight", new object[] {
            ha_groups,
            trunks,
            weights}, callback, asyncState);
        }
SystemHAGroup