Condividi tramite


IDebugger.OutputAsync(String, Object, Object, CancellationToken) Metodo

Definizione

Attività che rappresenta un output di debug.

public System.Threading.Tasks.Task OutputAsync(string text, object item, object value, System.Threading.CancellationToken cancellationToken);
abstract member OutputAsync : string * obj * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function OutputAsync (text As String, item As Object, value As Object, cancellationToken As CancellationToken) As Task

Parametri

text
String

Testo da restituire.

item
Object

Elemento oggetto nel debugger.

value
Object

Valore dell'oggetto da restituire.

cancellationToken
CancellationToken

Token di annullamento utilizzabile da altri oggetti o thread per ricevere l'avviso dell'annullamento.

Restituisce

Task che rappresenta l'operazione asincrona.

Si applica a