IDeviceEnumeration.EnumerateDevices Method (POS for .NET v1.12 SDK Documentation)

2/27/2008

Provides the current ReadOnlyCollection enumeration of devices.

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

Syntax

'Declaration
Function EnumerateDevices As ReadOnlyCollection(Of Device)
ReadOnlyCollection<Device> EnumerateDevices ()
ReadOnlyCollection<Device^>^ EnumerateDevices ()
ReadOnlyCollection<Device> EnumerateDevices ()
function EnumerateDevices () : ReadOnlyCollection<Device>

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

IDeviceEnumeration Interface
IDeviceEnumeration Members
Microsoft.PointOfService Namespace