Table of Contents

Method DeleteItemByEndpointAsync

Namespace
Kepware.Api.ClientHandler
Assembly
Kepware.Api.dll

DeleteItemByEndpointAsync<T>(string, CancellationToken)

protected Task<bool> DeleteItemByEndpointAsync<T>(string endpoint, CancellationToken cancellationToken = default) where T : NamedEntity, new()

Parameters

endpoint string
cancellationToken CancellationToken

Returns

Task<bool>

Type Parameters

T