DeviceStatistics(String, String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.