XlangStore.ScheduleComplete 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
ScheduleComplete(Boolean) | |
ScheduleComplete(Exception, Boolean) |
ScheduleComplete(Boolean)
public:
void ScheduleComplete(bool terminate);
public void ScheduleComplete (bool terminate);
abstract member ScheduleComplete : bool -> unit
Public Sub ScheduleComplete (terminate As Boolean)
Paramètres
- terminate
- Boolean
S’applique à
ScheduleComplete(Exception, Boolean)
public:
void ScheduleComplete(Exception ^ prevexp, bool terminate);
public void ScheduleComplete (Exception prevexp, bool terminate);
abstract member ScheduleComplete : Exception * bool -> unit
Public Sub ScheduleComplete (prevexp As Exception, terminate As Boolean)
Paramètres
- prevexp
- Exception
- terminate
- Boolean