Interface IAlgorithmServices
Represents common services available to algorithm instances.
Namespace: QuikGraph.Algorithms.Services
Assembly: QuikGraph.dll
Syntax
public interface IAlgorithmServices
Properties
| Improve this Doc View SourceCancelManager
Algorithm cancel manager.
Declaration
ICancelManager CancelManager { get; }
Property Value
Type | Description |
---|---|
ICancelManager |