Method GetUaEndpointListAsync
- Namespace
- Kepware.Api.ClientHandler
- Assembly
- Kepware.Api.dll
GetUaEndpointListAsync(CancellationToken)
Retrieves a collection of OPC UA endpoints asynchronously.
public Task<UaEndpointCollection?> GetUaEndpointListAsync(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenA token that can be used to request cancellation of the operation.
Returns
- Task<UaEndpointCollection>
A collection of UaEndpoint or null if retrieval fails.