Click or drag to resize

ZeroMQClient(String) Constructor

Initializes a new instance of the ZeroMQClient class.

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

Parameters

connectString  String
Connect string of the ZeroMQClient. See DefaultConnectionString for format.
See Also