iControl.SystemHAGroup.Beginremove_trunk C# (CSharp) Method

Beginremove_trunk() public method

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