ContinueExecutionCompletedCallback, délégué
Le délégué FACULTATIF pour informer l'appelant certain qui continuent l'opération terminée et il n'y a plus de données à mettre en file d'attente.
Espace de noms : Microsoft.TeamFoundation.Framework.Server
Assembly : Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)
Syntaxe
'Déclaration
Public Delegate Sub ContinueExecutionCompletedCallback ( _
commandContext As Command _
)
public delegate void ContinueExecutionCompletedCallback(
Command commandContext
)
Paramètres
- commandContext
Type : Microsoft.TeamFoundation.Framework.Server.Command