iControl.ManagementDeviceGroup.Endremove_device C# (CSharp) Method

Endremove_device() public method

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