Partager via


ISymUnmanagedAsyncMethodPropertiesWriter::DefineAsyncStepInfo, méthode

Définit un groupe d’opérations async await dans la méthode actuelle.

Chaque décalage yield correspond à l’instruction de retour d’une opération await, identifiant un yield potentiel. Chaque paire breakpointMethod/breakpointOffset indique où l’opération asynchrone reprendra, ce qui peut être dans une autre méthode.

Syntaxe

HRESULT DefineAsyncStepInfo(    [in] ULONG32 count,    [in, size_is(count)] ULONG32 yieldOffsets[],    [in, size_is(count)] ULONG32 breakpointOffset[],     [in, size_is(count)] mdToken breakpointMethod[]);  

Paramètres

Paramètre Description
count
yieldOffsets
breakpointOffset
breakpointMethod

Valeur renvoyée

Retourne HRESULT.

Configuration requise

En-tête : CorSym.idl, CorSym.h

Voir aussi