IFlow.Start Method

Solclient

IFlowStart Method
version: 7.2.1.27
Starts the transport window of the flow enabling it to receive messages. When a IFlow is first created, it is already started, unless FlowStartState is set to false.

To restart a flow after it is been stopped (see Stop), clients must call start on the stopped flow.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
ReturnCode Start()
Function Start As ReturnCode
ReturnCode Start()

Return Value

Type: ReturnCode
When successful, it returns SOLCLIENT_OK.
Exceptions
ExceptionCondition
OperationErrorException Thrown when the start operation fails.
ObjectDisposedException Thrown when the flow is already disposed (terminal state).
FatalErrorException Thrown when an unrecoverable error occurs.
See Also