IDebugger.OutputAsync(String, Object, Object, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.