iControl.ManagementDeviceGroup.Beginremove_all_devices C# (CSharp) Метод

Beginremove_all_devices() публичный Метод

public Beginremove_all_devices ( string device_groups, System callback, object asyncState ) : System.IAsyncResult
device_groups string
callback System
asyncState object
Результат 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