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.SBAssembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 11.0.0.0
Syntax
C# | Visual Basic | Visual C++ |
public virtual void Shutdown()
Public Overridable Sub Shutdown
public: virtual void Shutdown()