-
Notifications
You must be signed in to change notification settings - Fork 0
PosSharp.Core.UposDeviceBase.OnCheckHealthAsync(PosSharp.Abstractions.HealthCheckLevel,System.Threading.CancellationToken)
github-actions[bot] edited this page May 8, 2026
·
5 revisions
Called by CheckHealthAsync(HealthCheckLevel, CancellationToken) to perform health check logic.
protected abstract System.Threading.Tasks.Task<string> OnCheckHealthAsync(PosSharp.Abstractions.HealthCheckLevel level, System.Threading.CancellationToken ct);level PosSharp.Abstractions.HealthCheckLevel
Level of health check.
ct System.Threading.CancellationToken
Cancellation token.
System.Threading.Tasks.Task<System.String>
Checking result text.
Expand / Collapse
- Interfaces
- Classes
- Events
- Enums & Constants
Expand / Collapse
- Lifecycle Management
- Base Components
- Exceptions
