TurnContextWrapper(ITurnContext) Constructor

Definition

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.

Applies to