I have got many events to be posted to the Aveva Historian and currently I am using the AddStreamedValue() provided by SDK to add each events to the Aveva Historian individually, Is there a way I can add all the events together.
I have got many events to be posted to the Aveva Historian and currently I am using the AddStreamedValue() provided by SDK to add each events to the Aveva Historian individually, Is there a way I can add all the events together.
Just make repeated calls to "AddStreamedValues()". Internally, the SDK will handle the bundling and buffering of multiple requests to make efficient use of the communications channel.
Thank you!
Thank you!