Table of Contents

Method UpdateRestServerAgentAsync

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

UpdateRestServerAgentAsync(RestServerAgent, CancellationToken)

Updates the specified REST Server agent.

public Task<bool> UpdateRestServerAgentAsync(RestServerAgent agent, CancellationToken cancellationToken = default)

Parameters

agent RestServerAgent

The agent to update.

cancellationToken CancellationToken

The cancellation token.

Returns

Task<bool>

A boolean indicating whether the update was successful.