|
RemoteOutputAdapterSamplesPerTransmission Property
|
Gets or sets an integer that indicates the maximum number
of points to be published to the historian at once.
Namespace: HistorianAdaptersAssembly: HistorianAdapters (in HistorianAdapters.dll) Version: 2.4.207-beta
Syntax public:
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(100000)]
property int SamplesPerTransmission {
int get ();
void set (int value);
}
[<ConnectionStringParameterAttribute>]
[<DefaultValueAttribute(100000)>]
member SamplesPerTransmission : int with get, set
function get_SamplesPerTransmission();
function set_SamplesPerTransmission(value);
View SourceProperty Value
Int32See Also