c# - What is the dispatcher priority given to the action when you call Dispatcher.Invoke(Action)? -


what dispatcher priority given action when call dispatcher.invoke(action)?

i understand how dispatcher.invoke(action, dispatcherpriority) works, assume if leave out dispatcherpriority parameter give action default dispatcherpriority value. wrong? if no default value?

thanks!

you can in reference source microsoft directly in source code.

it using dispatcherpriority.send.

the reference source comes pretty handy cases this.


Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - UML - How would you draw a try catch in a sequence diagram? -

c++ - Gamma correction doesn't look properly corrected, is this linear? -