PosCommon.CheckHealth(HealthCheckLevel) Method
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.
Tests the state of a device.
public abstract string CheckHealth (Microsoft.PointOfService.HealthCheckLevel level);
abstract member CheckHealth : Microsoft.PointOfService.HealthCheckLevel -> string
Public MustOverride Function CheckHealth (level As HealthCheckLevel) As String
Parameters
- level
- HealthCheckLevel
Indicates the type of health check to be performed on the device. Possible values are defined by the HealthCheckLevel enumeration.