Click or drag to resize

ZeroMQServer.Start Method

Starts the ZeroMQServer synchronously and begins accepting client connections asynchronously.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.242-beta
Syntax
public override void Start()
View Source

Implements

IServer.Start()
Exceptions
ExceptionCondition
InvalidOperationExceptionAttempt is made to Start() the ZeroMQServer when it is running.
See Also