iControl.ManagementDeviceGroup.Endremove_all_devices C# (CSharp) Method

Endremove_all_devices() public method

public Endremove_all_devices ( System asyncResult ) : void
asyncResult System
return void
        public void Endremove_all_devices(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }
ManagementDeviceGroup