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

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

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

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