|
Dnp3OutputAdapterMaxPublishRate Property
|
Gets or sets the maximum publish rate in milliseconds. This is used to throttle
event publishing to the master stations when many events are being generated.
Set to zero to publish events as fast as possible.
Namespace: DNP3AdaptersAssembly: Dnp3Adapters (in Dnp3Adapters.dll) Version: 2.4.256-beta
Syntaxfunction get_MaxPublishRate();
function set_MaxPublishRate(value);
View SourceProperty Value
Int32
See Also