ISession.Flows Property

Solclient

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

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
IList<IFlow> Flows { get; }
ReadOnly Property Flows As IList(Of IFlow)
	Get
property IList<IFlow^>^ Flows {
	IList<IFlow^>^ get ();
}

Property Value

Type: IListIFlow
See Also