iControl.ManagementTrafficGroup.Beginset_default_device C# (CSharp) Method

Beginset_default_device() public method

public Beginset_default_device ( string traffic_groups, string devices, System callback, object asyncState ) : System.IAsyncResult
traffic_groups string
devices string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_default_device(string [] traffic_groups,string [] devices, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_default_device", new object[] {
            traffic_groups,
            devices}, callback, asyncState);
        }
ManagementTrafficGroup