iControl.ManagementDeviceGroup.Beginadd_device C# (CSharp) Method

Beginadd_device() public method

public Beginadd_device ( string device_groups, string devices, System callback, object asyncState ) : System.IAsyncResult
device_groups string
devices string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginadd_device(string [] device_groups,string [] [] devices, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("add_device", new object[] {
            device_groups,
            devices}, callback, asyncState);
        }
ManagementDeviceGroup