Exemplo n.º 1
0
 public void Dispatch(Delegate method)
 {
     UnderlyingDispatcher.BeginInvoke(method, DispatcherPriority.ContextIdle, null);
 }
Exemplo n.º 2
0
 public void Dispatch(Delegate method, params object[] args)
 {
     UnderlyingDispatcher.BeginInvoke(method, args);
 }