This is called when an operator starts or resumes execution.
Note that if the application is shutdown directly from a suspended state, this will
NOT be called; instead Shutdown()()()() will be called.
Resume()()()() is a callback that is called by the StreamBase runtime.
Exceptions thrown during calls to Resume()()()() will be logged via
LogError(String), processed as error tuples, and trigger
a shutdown of the operator.
Namespace: StreamBase.SBAssembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 10.6.0.0
Syntax
C# | Visual Basic | Visual C++ |
public virtual void Resume()
Public Overridable Sub Resume
public: virtual void Resume()