iControl.SystemHAGroup.Beginset_trunk_attribute C# (CSharp) Method

Beginset_trunk_attribute() public method

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