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