DkmWorkList.SetDescription(String) Method

Definition

Sets a string that can be used to describe the operation(s) performed by the worklist. This can be displayed when execution of other operations are blocked by this worklist.

This API was introduced in Visual Studio 15 Update 7 (DkmApiVersion.VS15Update7).

public:
 void SetDescription(System::String ^ description);
public void SetDescription (string description);
member this.SetDescription : string -> unit
Public Sub SetDescription (description As String)

Parameters

description
String

A description of the work to be performed.

Applies to