TransactionsDataTable..::..Save Method
Saves the specified name.
Namespace:
CAS.DataPorter.ConfiguratorAssembly: CommServer.DAClientConfiguration (in CommServer.DAClientConfiguration.dll)
Syntax
public long Save( string Name, Nullable<long> IDItemIn, Nullable<int> Deadband, Nullable<int> MinUpdateRate, int TransactionRate, string Comment, string BadQualityValue, bool StopIfBadQuality )
Parameters
- Name
- Type: String
The name.
- TransactionRate
- Type: Int32
The transaction rate.
- Comment
- Type: String
The comment.
- BadQualityValue
- Type: String
The bad quality value.
- StopIfBadQuality
- Type: Boolean
if set to true [stop if bad quality].