Table of Contents

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 string

The name of the endpoint to delete.

cancellationToken CancellationToken

A token that can be used to request cancellation of the operation.

Returns

Task<bool>

True if the endpoint was successfully deleted; otherwise, false.