Click or drag to resize

ZeroMQServerStart Method

Starts the ZeroMQServer synchronously and begins accepting client connections asynchronously.

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

Implements

IServerStart
Exceptions
ExceptionCondition
InvalidOperationExceptionAttempt is made to Start the ZeroMQServer when it is running.
See Also