iControl.ManagementDeviceGroup.Begindelete_device_group C# (CSharp) Method

Begindelete_device_group() public method

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