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
namestringThe name of the endpoint to delete.
cancellationTokenCancellationTokenA token that can be used to request cancellation of the operation.