Table of Contents

Method GetProductInfoAsync

Namespace
Kepware.Api
Assembly
Kepware.Api.dll

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 CancellationToken

The cancellation token.

Returns

Task<ProductInfo>

A task that represents the asynchronous operation. The task result contains the product information.