Interface IUnloadableOperator
Interface for operators that support unloading.
Inherited Members
Namespace: Reaqtive
Assembly: Reaqtive.Interfaces.dll
Syntax
public interface IUnloadableOperator : IOperator, IDisposable
Methods
Unload()
Unloads the operator.
Declaration
void Unload()