IDkmThreadNameChangeNotification.OnThreadNameChange(DkmThread, DkmWorkList, DkmEventDescriptor) Méthode

Définition

OnThreadNameChange est appelé dans le cadre du traitement des événements. Pour plus d’informations, consultez Définition d’interface.

public:
 void OnThreadNameChange(Microsoft::VisualStudio::Debugger::DkmThread ^ thread, Microsoft::VisualStudio::Debugger::DkmWorkList ^ workList, Microsoft::VisualStudio::Debugger::DkmEventDescriptor ^ eventDescriptor);
public void OnThreadNameChange (Microsoft.VisualStudio.Debugger.DkmThread thread, Microsoft.VisualStudio.Debugger.DkmWorkList workList, Microsoft.VisualStudio.Debugger.DkmEventDescriptor eventDescriptor);
abstract member OnThreadNameChange : Microsoft.VisualStudio.Debugger.DkmThread * Microsoft.VisualStudio.Debugger.DkmWorkList * Microsoft.VisualStudio.Debugger.DkmEventDescriptor -> unit
Public Sub OnThreadNameChange (thread As DkmThread, workList As DkmWorkList, eventDescriptor As DkmEventDescriptor)

Paramètres

thread
DkmThread

Dans DkmThread représente un thread s’exécutant dans le processus cible.

workList
DkmWorkList

La tâche pour ajouter un travail de traitement des événements supplémentaire à. Cette liste de travaux commencera à s’exécuter une fois que tous les écouteurs auront été notifiieds. L’événement ne se termine pas avant l’exécution complète de la liste de tâches.

eventDescriptor
DkmEventDescriptor

Dans Décrit l’événement en cours de traitement.

S’applique à