Show / Hide Table of Contents

Interface IUnloadableOperator

Interface for operators that support unloading.

Inherited Members
IOperator.Subscribe()
IOperator.SetContext(IOperatorContext)
IOperator.Start()
IOperator.Inputs
Namespace: Reaqtive
Assembly: Reaqtive.Interfaces.dll
Syntax
public interface IUnloadableOperator : IOperator, IDisposable

Methods

Unload()

Unloads the operator.

Declaration
void Unload()
In This Article
Back to top Generated by DocFX