Return a list of the names of the current containers.

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<string> ContainerNames()
Public Function ContainerNames As ICollection(Of String)
public:
ICollection<String^>^ ContainerNames()

Return Value

a list of the names of the current containers.

See Also