TurnContextWrapper(ITurnContext) Constructor
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.
Initializes a new instance of the TurnContextWrapper class.
protected TurnContextWrapper(Microsoft.Agents.Builder.ITurnContext turnContext);
new Microsoft.Agents.Builder.TurnContextWrapper : Microsoft.Agents.Builder.ITurnContext -> Microsoft.Agents.Builder.TurnContextWrapper
Protected Sub New (turnContext As ITurnContext)
Parameters
- turnContext
- ITurnContext
The inner turn context to wrap.