|
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.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.318-beta
Syntaxpublic static string SetDetachedChildren(
string connectionString,
bool enabled,
int databaseID
)
public:
static String^ SetDetachedChildren(
String^ connectionString,
bool enabled,
int databaseID
)
static member SetDetachedChildren :
connectionString : string *
enabled : bool *
databaseID : int -> string GSF.PhasorProtocols.DetachedDeviceLink.SetDetachedChildren = function(connectionString, enabled, databaseID);
View SourceParameters
- 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
StringUpdated connection string.
See Also