| ListPriorityQueueSetPriorityCalculator Method |
Note: This API is now obsolete.
DEPRECATED. Sets a new priority calculator.
Namespace:
Akka.Util
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax [ObsoleteAttribute("Use the constructor to set the priority calculator instead. [1.1.3]")]
public void SetPriorityCalculator(
Func<Object, int> priorityCalculator
)
[<ObsoleteAttribute("Use the constructor to set the priority calculator instead. [1.1.3]")>]
member SetPriorityCalculator :
priorityCalculator : Func<Object, int> -> unit
Parameters
- priorityCalculator
- Type: SystemFuncObject, Int32
The calculator function for assigning message priorities.
Remarks
WARNING: SHOULD NOT BE USED. Use the constructor to set priority instead.
See Also