|
| Name | Description |
|---|
.gif) | Invoke(DispatcherPriority, Delegate) | Executes the specified delegate synchronously at the specified priority on the thread on which the Dispatcher is associated with. |
.gif) | Invoke(Delegate, array<Object>[]()[]) | Executes the specified delegate with the specified arguments synchronously on the thread the Dispatcher is associated with. |
.gif) | Invoke(DispatcherPriority, Delegate, Object) | Executes the specified delegate at the specified priority with the specified argument synchronously on the thread the Dispatcher is associated with. |
.gif) | Invoke(DispatcherPriority, TimeSpan, Delegate) | Executes the specified delegate synchronously at the specified priority and with the specified time-out value on the thread the Dispatcher was created. |
.gif) | Invoke(Delegate, TimeSpan, array<Object>[]()[]) | Executes the specified delegate within the designated time span at the specified priority with the specified arguments synchronously on the thread the Dispatcher is associated with. |
.gif) | Invoke(Delegate, DispatcherPriority, array<Object>[]()[]) | Executes the specified delegate at the specified priority with the specified arguments synchronously on the thread the Dispatcher is associated with. |
.gif) | Invoke(DispatcherPriority, Delegate, Object, array<Object>[]()[]) | Executes the specified delegate at the specified priority with the specified arguments synchronously on the thread the Dispatcher is associated with. |
.gif) | Invoke(DispatcherPriority, TimeSpan, Delegate, Object) | Executes the specified delegate at the specified priority with the specified argument synchronously on the thread the Dispatcher is associated with. |
.gif) | Invoke(Delegate, TimeSpan, DispatcherPriority, array<Object>[]()[]) | Executes the specified delegate within the designated time span at the specified priority with the specified arguments synchronously on the thread the Dispatcher is associated with. |
.gif) | Invoke(DispatcherPriority, TimeSpan, Delegate, Object, array<Object>[]()[]) | Executes the specified delegate at the specified priority with the specified arguments synchronously on the thread the Dispatcher is associated with. |