PipeScheduler.Schedule(Action<Object>, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Demande l’exécution de action sur le planificateur avec le passage de state.
public:
abstract void Schedule(Action<System::Object ^> ^ action, System::Object ^ state);
public abstract void Schedule (Action<object> action, object state);
public abstract void Schedule (Action<object?> action, object? state);
abstract member Schedule : Action<obj> * obj -> unit
Public MustOverride Sub Schedule (action As Action(Of Object), state As Object)
Paramètres
- state
- Object
Paramètre à passer au délégué action.