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

OperationsDataTable..::..Save Method

Saves the specified name.

Namespace:  CAS.DataPorter.Configurator
Assembly:  CommServer.DAClientConfiguration (in CommServer.DAClientConfiguration.dll)

Syntax


public long Save(
	string Name,
	long IDTransaction,
	string Parameter,
	Guid OperationType,
	Nullable<long> IDItem,
	string Comment
)
Public Function Save ( _
	Name As String, _
	IDTransaction As Long, _
	Parameter As String, _
	OperationType As Guid, _
	IDItem As Nullable(Of Long), _
	Comment As String _
) As Long
public:
long long^ Save(
	String^ Name, 
	long long^ IDTransaction, 
	String^ Parameter, 
	Guid^ OperationType, 
	Nullable<long long^> IDItem, 
	String^ Comment
)

Parameters

Name
Type: String
The name.
IDTransaction
Type: Int64
The transaction ID.
Parameter
Type: String
The parameter.
OperationType
Type: Guid
Type of the operation.
IDItem
Type: Nullable<(Of <(<'Int64>)>)>
The item ID.
Comment
Type: String
The comment.

Return Value