Share via


DevicePlugAndPlay.RaiseDeviceRemovedEvent Method

2/27/2008

Raises an event that notifies the service objects that hardware has been removed.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Protected Sub RaiseDeviceRemovedEvent ( _
    device As Device _
)
protected void RaiseDeviceRemovedEvent (
    Device device
)
protected:
void RaiseDeviceRemovedEvent (
    Device^ device
)
protected void RaiseDeviceRemovedEvent (
    Device device
)
protected function RaiseDeviceRemovedEvent (
    device : Device
)

Parameters

  • device
    The hardware device that was removed.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

DevicePlugAndPlay Class
DevicePlugAndPlay Members
Microsoft.PointOfService Namespace