Lists all entities of a particular type.

Use the given flags to list the entities.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public string[] ListEntities(
	string sType,
	StreamBaseClient..::..ListEntitiesFlags flags
)
Public Function ListEntities ( _
	sType As String, _
	flags As StreamBaseClient..::..ListEntitiesFlags _
) As String()
public:
array<String^>^ ListEntities(
	String^ sType, 
	StreamBaseClient..::..ListEntitiesFlags flags
)

Parameters

sType
String
flags
StreamBaseClient..::..ListEntitiesFlags

Return Value

A list of String objects identifying the entity names for the given entity type.

Exceptions

See Also