Click or drag to resize

ZeroMQServer(String) Constructor

Initializes a new instance of the ZeroMQServer class.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
public ZeroMQServer(
	string configString
)
View Source

Parameters

configString  String
Config string of the ZeroMQServer. See DefaultConfigurationString for format.
See Also