Any alternative way to updated elements inside the service?
16th July 2025
var addServiceMessage = new AddServiceMessage { DataMinerID = service.ServiceInfo.DataMinerID, HostingDataMinerID = service.ServiceInfo.HostingAgentID, Service = service.ServiceInfo, }; _engine.SendSLNetSingleResponseMessage(addServiceMessage); above is the code used for updating the service if there is any …