10.27.03

ISession.Flows Property

Represents the current read-only collection of active (not yet disposed) flows created by this session.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.27.0
C#
IList<IFlow> Flows { get; }

Property Value

IList<IFlow>

See Also