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

SubscriptionsDataTable..::..Save Method

Saves the SubscriptionState in the configuration data set..

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

Syntax


public long Save(
	SubscriptionState state,
	bool enabled,
	bool asynchronous,
	long parentKey
)
Public Function Save ( _
	state As SubscriptionState, _
	enabled As Boolean, _
	asynchronous As Boolean, _
	parentKey As Long _
) As Long
public:
long long^ Save(
	SubscriptionState^ state, 
	bool^ enabled, 
	bool^ asynchronous, 
	long long^ parentKey
)

Parameters

state
Type: SubscriptionState
The state.
enabled
Type: Boolean
if set to true the Subscription is enabled.
asynchronous
Type: Boolean
if set to true [asynchronous].
parentKey
Type: Int64
The parent key.

Return Value