Lists all entities of a particular type.

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(
	EntityType type
)
Public Function ListEntities ( _
	type As EntityType _
) As String()
public:
array<String^>^ ListEntities(
	EntityType^ type
)

Parameters

type
EntityType

Return Value

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

Exceptions

See Also