Method DeleteUaEndpointAsync
- Namespace
- Kepware.Api.ClientHandler
- Assembly
- Kepware.Api.dll
DeleteUaEndpointAsync(string, CancellationToken)
Deletes an OPC UA endpoint configuration asynchronously.
public Task<bool> DeleteUaEndpointAsync(string name, CancellationToken cancellationToken = default)
Parameters
name
stringThe name of the endpoint to delete.
cancellationToken
CancellationTokenA token that can be used to request cancellation of the operation.