BaseStation.ItemDescriber Namespace
CAS.DataPorter.Configurator Namespace
CAS.Lib.CommonBus Namespace
CAS.Lib.CommonBus.ApplicationLayer Namespace
CAS.Lib.CommonBus.CommunicationLayer Namespace
CAS.Lib.DeviceSimulator Namespace
CAS.NetworkConfigLib Namespace
Object-Oriented Internet Process-Observer

TransactionsDataTable..::..Save Method

Saves the specified name.

Namespace:  CAS.DataPorter.Configurator
Assembly:  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
)
Public Function Save ( _
	Name As String, _
	IDItemIn As Nullable(Of Long), _
	Deadband As Nullable(Of Integer), _
	MinUpdateRate As Nullable(Of Integer), _
	TransactionRate As Integer, _
	Comment As String, _
	BadQualityValue As String, _
	StopIfBadQuality As Boolean _
) As Long
public:
long long^ Save(
	String^ Name, 
	Nullable<long long^> IDItemIn, 
	Nullable<int^> Deadband, 
	Nullable<int^> MinUpdateRate, 
	int^ TransactionRate, 
	String^ Comment, 
	String^ BadQualityValue, 
	bool^ StopIfBadQuality
)

Parameters

Name
Type: String
The name.
IDItemIn
Type: Nullable<(Of <(<'Int64>)>)>
The item in ID.
Deadband
Type: Nullable<(Of <(<'Int32>)>)>
The deadband.
MinUpdateRate
Type: Nullable<(Of <(<'Int32>)>)>
The min update rate.
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].

Return Value