Return an XML description of the named StreamBase entity

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 Describe(
	string sEntityName
)
Public Function Describe ( _
	sEntityName As String _
) As String
public:
String^ Describe(
	String^ sEntityName
)

Parameters

sEntityName
String

Exceptions

ExceptionCondition
StreamBase.SB..::..StreamBaseExceptionthrown on network or other errors

See Also