Share via


DevicePlugAndPlay.RaiseDeviceAddedEvent Method

2/27/2008

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

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

Syntax

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

Parameters

  • device
    The hardware device that was added.

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