Click or drag to resize
UnboundedPriorityMailboxPriorityGenerator Method

[Missing <summary> documentation for "M:Akka.Dispatch.UnboundedPriorityMailbox.PriorityGenerator(System.Object)"]

Namespace: Akka.Dispatch
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
protected abstract int PriorityGenerator(
	Object message
)

Parameters

message
Type: SystemObject

[Missing <param name="message"/> documentation for "M:Akka.Dispatch.UnboundedPriorityMailbox.PriorityGenerator(System.Object)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Akka.Dispatch.UnboundedPriorityMailbox.PriorityGenerator(System.Object)"]

See Also