|
DetachedDeviceLinkTryParseParentID Method
|
Attempts to parse the numeric parent device database ID defined in the specified connection string.
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.318-beta
Syntaxpublic static bool TryParseParentID(
string connectionString,
out int parentID
)
static member TryParseParentID :
connectionString : string *
parentID : int byref -> bool GSF.PhasorProtocols.DetachedDeviceLink.TryParseParentID = function(connectionString, parentID);
View SourceParameters
- connectionString String
- Connection string to check.
- parentID Int32
- Parsed parent device database ID, when defined.
Return Value
Booleantrue if a numeric
ParentIDKey value was defined; otherwise,
false.
See Also