Use this event to add custom actions when all synchronizations started by a Run method invocation have completed.
Mit diesem Ereignis können Sie benutzerdefinierte Aktionen hinzufügen, wenn alle von einem Aufruf der Run-Methode gestarteten Synchronisationen abgeschlossen wurden.
Remarks Use this event to add custom actions when all synchronizations started by a Run method invocation have completed.
Mit diesem Ereignis können Sie benutzerdefinierte Aktionen hinzufügen, wenn alle von einem Aufruf der Run-Methode gestarteten Synchronisationen abgeschlossen wurden.
Returns the exit code from synchronizations started by the most recent Run method invocation.
Gibt den Beendigungscode von Synchronisationen zurück, die vom Aufruf der letzten Run-Methode gestartet wurden
Remarks The ExitCode property returns the exit code for the synchronizations started by the last Run method invocation.
Die Eigenschaft ExitCode gibt den Beendigungscode für die Synchronisationen zurück, die vom Aufruf der letzten Run-Methode gestartet wurden.
The DoneExecution event is triggered when all synchronizations started by a Run method invocation have completed.
Das DoneExecution-Ereignis wird ausgelöst, wenn alle vom Aufruf einer Run-Methode gestarteten Synchronisationen abgeschlossen wurden.
Using the ExitCode property, the following Visual Basic.NET example outputs the exit code from the synchronizations started by the last Run method invocation
Bei der Verwendung der ExitCode-Eigenschaft gibt folgendes Visual Basic.NET-Beispiel den Beendigungscode der Synchronisationen zurück, die vom Aufruf der letzten Run-Methode gestartet wurden.
The DoneExecution event is triggered when all synchronizations started by a Run method invocation have completed.
Das DoneExecution-Ereignis wird ausgelöst, wenn alle vom Aufruf einer Run-Methode gestarteten Synchronisationen abgeschlossen wurden.
For example, the following command line and Run method invocation are equivalent
Using the ExitCode property, the following Visual Basic.NET example outputs the exit code from the synchronizations started by the last Run method invocation
Beispiel Bei der Verwendung der ExitCode-Eigenschaft gibt folgendes Visual Basic.NET-Beispiel den Beendigungscode der Synchronisationen zurück,
Example Using the ExitCode property, the following Visual Basic.NET example outputs the exit code from the synchronizations started by the last Run method invocation
Beispiel Das folgende Visual Basic.NET-Beispiel verwendet das EndSynchronization-Ereignis, um bis zu fünf fehlgeschlagene Synchronisationsversuche neu zu starten.
For example, the following command line and Run method invocation are equivalent