Interface ITopologicalSortNodeProperties
- Namespace
- MassTransit.Internals.GraphValidation
- Assembly
- MassTransit.Abstractions.dll
public interface ITopologicalSortNodeProperties
Properties
Visited
bool Visited { get; set; }
public interface ITopologicalSortNodeProperties
bool Visited { get; set; }