iControl.ManagementDeviceGroup.Beginremove_all_devices C# (CSharp) Method

Beginremove_all_devices() public method

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