Interface IPrioritizedService
- Namespace
- XENBIT.ResQueServe.Abstractions.Interfaces
- Assembly
- RQS.Abstractions.dll
Services are sorted by Priority in ascending order, and the first result typically concludes the coordinates-finding process. Services with a null priority are randomized called.
public interface IPrioritizedService
Properties
Priority
Gets the priority of this service. Lower values indicate higher priority, and null priorities are randomized.
byte? Priority { get; }
Property Value
- byte?