Freigeben über


Dispatcher.Dispatch(Action) Methode

Definition

Plant die bereitgestellte Aktion im UI-Thread aus einem Workerthread.

public:
 virtual bool Dispatch(Action ^ action);
public bool Dispatch (Action action);
abstract member Dispatch : Action -> bool
override this.Dispatch : Action -> bool
Public Function Dispatch (action As Action) As Boolean

Parameter

action
Action

Der Action für die Verarbeitung im UI-Thread geplante.

Gibt zurück

true wenn die Aktion erfolgreich verteilt wurde, andernfalls false.

Implementiert

Gilt für: