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