DkmWorkList.SetDescription(String) 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.
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.