Table of Contents

Method UpdateRestClientAgentAsync

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

UpdateRestClientAgentAsync(RestClientAgent, CancellationToken)

Updates the specified REST Client agent.

public Task<bool> UpdateRestClientAgentAsync(RestClientAgent agent, CancellationToken cancellationToken = default)

Parameters

agent RestClientAgent

The agent to update.

cancellationToken CancellationToken

The cancellation token.

Returns

Task<bool>

A boolean indicating whether the update was successful.