Inspector 委托

定义

允许检查/修改当前对话上下文。

public delegate System.Threading.Tasks.Task Inspector(DialogContextInspector inspector);
type Inspector = delegate of DialogContextInspector -> Task
Public Delegate Function Inspector(inspector As DialogContextInspector) As Task 

参数

inspector
DialogContextInspector

用于查看当前对话上下文的检查器。

返回值

表示异步操作的 Task

适用于