After the Operator has been created but before the
application start, this method will be called. Operators should
override this method to perform custom initialization.
Namespace: StreamBase.SBAssembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 10.5.0.0
Syntax
C# | Visual Basic | Visual C++ |
public virtual void Init()
Public Overridable Sub Init
public: virtual void Init()
Exceptions
Exception | Condition |
---|---|
StreamBase.SB..::..StreamBaseException | you may throw this exception to indicate that an error has occurred during processing, which will prevent the application from starting. |