Click or drag to resize

DetachedDeviceLinkTryParseParentID Method

Attempts to parse the numeric parent device database ID defined in the specified connection string.

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

Parameters

connectionString  String
Connection string to check.
parentID  Int32
Parsed parent device database ID, when defined.

Return Value

Boolean
true if a numeric ParentIDKey value was defined; otherwise, false.
See Also