Click or drag to resize
Grid Solutions Framework

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: DNP3Adapters
Assembly: Dnp3Adapters (in Dnp3Adapters.dll) Version: 2.4.256-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(2000)]
public int MaxPublishRate { get; set; }
View Source

Property Value

Int32
See Also