Share via


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

Definition

Task representing a debug output.

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

Parameters

text
String

Text to output.

item
Object

Object item in debugger.

value
Object

Value of the object to output.

cancellationToken
CancellationToken

A cancellation token that can be used by other objects or threads to receive notice of cancellation.

Returns

A Task representing the asynchronous operation.

Applies to