iControl.SystemHAGroup.Beginadd_trunk C# (CSharp) Method

Beginadd_trunk() public method

public Beginadd_trunk ( 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 Beginadd_trunk(string [] ha_groups,string [] [] trunks,long [] [] weights, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("add_trunk", new object[] {
            ha_groups,
            trunks,
            weights}, callback, asyncState);
        }
SystemHAGroup