Click or drag to resize

DetachedDeviceLinkSetDetachedChildren Method

Adds or removes the detached children flag, i.e., DetachedChildrenKey along with its companion DatabaseIDKey stamp, on the specified parent concentrator device connection string.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.318-beta
Syntax
public static string SetDetachedChildren(
	string connectionString,
	bool enabled,
	int databaseID
)
View Source

Parameters

connectionString  String
Connection string to update.
enabled  Boolean
Flag that determines if parent has detached child devices.
databaseID  Int32
Database ID of the parent concentrator device itself.

Return Value

String
Updated connection string.
See Also