BatchWorker.Notify 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.
Surcharges
Notify() |
Informez le worker qu’il y a plus de travail. |
Notify(DateTime) |
Indique au worker de lot de réexécuter pour vérifier le travail, s’il n’a pas déjà réexécuter d’ici là, à la valeur spécifiée |
Notify()
- Source:
- BatchWorker.cs
Informez le worker qu’il y a plus de travail.
public void Notify ();
member this.Notify : unit -> unit
Public Sub Notify ()
S’applique à
Notify(DateTime)
- Source:
- BatchWorker.cs
Indique au worker de lot de réexécuter pour vérifier le travail, s’il n’a pas déjà réexécuter d’ici là, à la valeur spécifiée utcTime
.
public void Notify (DateTime utcTime);
member this.Notify : DateTime -> unit
Public Sub Notify (utcTime As DateTime)
Paramètres
- utcTime
- DateTime