Typecheck (validate) the given StreamBase Application.

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 StreamProperties[] Typecheck(
	string sSBApplication
)
Public Function Typecheck ( _
	sSBApplication As String _
) As StreamProperties()
public:
array<StreamProperties^>^ Typecheck(
	String^ sSBApplication
)

Parameters

sSBApplication
String

Return Value

A List of StreamProperties for that application

Exceptions

ExceptionCondition
StreamBase.SB..::..StreamBaseExceptionNamed stream does not exist

See Also