This is called by the StreamBase runtime just prior to shutting down this Operator. An implementation of shutdown should include any behavior needed to shut down the Operator - freeing resources, etc.

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

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

See Also