Click or drag to resize

DetachedDeviceLinkBuildChildConnectionString Method

Builds a connection string for a detached child device that links the child to its parent concentrator device.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.318-beta
Syntax
public static string BuildChildConnectionString(
	int parentID,
	string stationName
)
View Source

Parameters

parentID  Int32
Database ID of the parent concentrator device.
stationName  String
Station name, i.e., Device.Name, of the child device.

Return Value

String
Connection string for a detached child device.
See Also