Return a collection of all the StreamInfo objects.

Namespace: StreamBase.SB.Monitor
Assembly: StreamBase.SB.Monitor (in StreamBase.SB.Monitor.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public ICollection<StreamInfo> StreamInfos()
Public Function StreamInfos As ICollection(Of StreamInfo)
public:
ICollection<StreamInfo^>^ StreamInfos()

Return Value

a collection of all the StreamInfo objects.

See Also