Share via


DeviceStatistics(String, String, String) Constructor

Definition

Initializes a new instance of DeviceStatistics with the specified device information.

public DeviceStatistics (string deviceName, string devicePath, string deviceType);
new Microsoft.PointOfService.BaseServiceObjects.DeviceStatistics : string * string * string -> Microsoft.PointOfService.BaseServiceObjects.DeviceStatistics
Public Sub New (deviceName As String, devicePath As String, deviceType As String)

Parameters

deviceName
String

Contains the name of the device or of the performance object that exposes performance counters.

devicePath
String

Contains the hardware path or any string that uniquely identifies the device.

deviceType
String

Contains the device type.

Applies to