FlowEvent Enumeration

Solclient

FlowEvent Enumeration
version: 7.2.1.27
Flow event enumeration.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public enum FlowEvent
Public Enumeration FlowEvent
public enum class FlowEvent
Members
  Member nameValueDescription
UpNotice0 The flow is established.
DownError1 The flow was established and then disconnected by the appliance, likely due to operator intervention.
BindFailedError2 The flow attempted to connect but was unsuccessful.
RejectedMessageError3 The appliance rejected a published message.
ParentSessionDown4 The session for the flow was disconnected. The flow will rebind automatically when the session is reconnected.
FlowActive5 The flow is active. This event is generated by the API when the flow is immediately active after creation or when the flow later becomes active.
FlowInactive6 The flow is inactive. This event is generated by the API when the flow becomes inactive.
See Also