Method GetProductInfoAsync
GetProductInfoAsync(CancellationToken)
Gets the product information from the Kepware server which includes product name and version information. Uses the /config/v1/about endpoint
public Task<ProductInfo?> GetProductInfoAsync(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenThe cancellation token.
Returns
- Task<ProductInfo>
A task that represents the asynchronous operation. The task result contains the product information.