Method TestConnectionAsync
TestConnectionAsync(CancellationToken)
Tests the connection to the Kepware server and checks if the server runtime is healthy. Uses the /config/v1/status endpoint for health verification.
public Task<bool> TestConnectionAsync(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenThe cancellation token.