iControl.ManagementDeviceGroup.Endremove_device C# (CSharp) Méthode

Endremove_device() public méthode

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