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,
	bool bDoFullCheck
)
Public Function Typecheck ( _
	sSBApplication As String, _
	bDoFullCheck As Boolean _
) As StreamProperties()
public:
array<StreamProperties^>^ Typecheck(
	String^ sSBApplication, 
	bool bDoFullCheck
)

Parameters

sSBApplication
String
bDoFullCheck
Boolean

Return Value

A List of StreamProperties for that application

Exceptions

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

See Also