Click or drag to resize
Akka.NETListPriorityQueueSetPriorityCalculator 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.42 (1.2.3.42)
Syntax
[ObsoleteAttribute("Use the constructor to set the priority calculator instead. [1.1.3]")]
public void SetPriorityCalculator(
	Func<Object, int> priorityCalculator
)

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