Show / Hide Table of Contents

Interface IDependencyOperator

Represents an operator that's part of a dependency graph between related artifacts.

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

Properties

Dependencies

Gets the list of known artifacts the operator depends on.

Declaration
IEnumerable<Uri> Dependencies { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.Uri>
In This Article
Back to top Generated by DocFX