Akka.Tests.Dispatch.IntPriorityMailbox.PriorityGenerator C# (CSharp) 메소드

PriorityGenerator() 보호된 메소드

protected PriorityGenerator ( object message ) : int
message object
리턴 int
        protected override int PriorityGenerator(object message)
        {
            return message as int? ?? Int32.MaxValue;
        }
    }
IntPriorityMailbox