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 )
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
| Exception | Condition |
|---|---|
| StreamBase.SB..::..StreamBaseException | Named stream does not exist |