Inspector Delegate
Definition
Allow inspecting/modifying the current dialog context.
public delegate System.Threading.Tasks.Task Inspector(DialogContextInspector inspector);
type Inspector = delegate of DialogContextInspector -> Task
Public Delegate Function Inspector(inspector As DialogContextInspector) As Task
Parameters
- inspector
- DialogContextInspector
Inspector for looking at current dialog context.
Return Value
A Task representing the asynchronous operation.
- Inheritance
-
Inspector