FlowProperties.ActiveFlowInd Property

Solclient

FlowPropertiesActiveFlowInd Property
version: 7.2.1.27
When a Flow has the Active Flow Indication property enabled, the application will receive flow events when the flow becomes active, or inactive. If the underlying session capabilities indicate that the appliance does not support active flow indications, then ISession.CreateFlow() will fail immediately and set the subCode ActiveFlowIndicationUnsupported Default: false

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 ActiveFlowInd { get; set; }
Public Property ActiveFlowInd As Boolean
	Get
	Set
public:
property bool ActiveFlowInd {
	bool get ();
	void set (bool value);
}

Property Value

Type: Boolean
See Also