Typecheck (validate) the given StreamBase Application.
Namespace: StreamBase.SB.ClientAssembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 10.3.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 )
Return Value
A List of StreamProperties for that application
Exceptions
| Exception | Condition |
|---|---|
| StreamBase.SB..::..StreamBaseException | Named stream does not exist |