Inspector Delegate
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.
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.