iControl.ManagementDeviceGroup.Beginremove_device C# (CSharp) Method

Beginremove_device() public method

public Beginremove_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 Beginremove_device(string [] device_groups,string [] [] devices, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_device", new object[] {
            device_groups,
            devices}, callback, asyncState);
        }
ManagementDeviceGroup