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.SB
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public virtual void Init()
Public Overridable Sub Init
public:
virtual void Init()

Exceptions

ExceptionCondition
StreamBase.SB..::..StreamBaseExceptionyou may throw this exception to indicate that an error has occurred during processing, which will prevent the application from starting.

See Also