This is called when an operator is suspended.

Suspend()()()() is a callback that is called by the StreamBase runtime.

Exceptions thrown during calls to Resume()()()() will be logged via LogError(String) and processed as error tuples.

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 Suspend()
Public Overridable Sub Suspend
public:
virtual void Suspend()

See Also