FlowProperties.FlowStartState Property

Solclient

FlowPropertiesFlowStartState Property
version: 7.2.1.27
Controls whether the flow should be created in a "start" or "stop" state with respect to receiving messages. Flow start/stop state can be changed later through Start or Stop. Default: true

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public bool FlowStartState { get; set; }
Public Property FlowStartState As Boolean
	Get
	Set
public:
property bool FlowStartState {
	bool get ();
	void set (bool value);
}

Property Value

Type: Boolean
See Also