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
agentRestServerAgentThe agent to update.
cancellationTokenCancellationTokenThe cancellation token.