Method UpdateMqttClientAgentAsync
- Namespace
- Kepware.Api.ClientHandler
- Assembly
- Kepware.Api.dll
UpdateMqttClientAgentAsync(MqttClientAgent, CancellationToken)
Updates the specified MQTT Client agent.
public Task<bool> UpdateMqttClientAgentAsync(MqttClientAgent agent, CancellationToken cancellationToken = default)
Parameters
agentMqttClientAgentThe agent to update.
cancellationTokenCancellationTokenThe cancellation token.