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 - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -