Share via


PosCommon.CheckHealth(HealthCheckLevel) Method

Definition

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.

Returns

Applies to