Show / Hide Table of Contents

Interface IResolver

Abstract representation of a resolver algorithm.

Inherited Members
IAlgorithm.HasRun
IAlgorithm.HasSucceeded
IAlgorithm.Run()
IAlgorithm.Run(CancellationToken)
IAlgorithm.ErrorMessage
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public interface IResolver : IAlgorithm

Properties

Result

Gets the result.

Declaration
RouterPoint Result { get; }
Property Value
RouterPoint

Back to top Built by Itinero, MIT licensed.