AgentApplicationTurnError 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.
public delegate System.Threading.Tasks.Task AgentApplicationTurnError(ITurnContext turnContext, ITurnState turnState, Exception exception, CancellationToken cancellationToken);
type AgentApplicationTurnError = delegate of ITurnContext * ITurnState * Exception * CancellationToken -> Task
Public Delegate Function AgentApplicationTurnError(turnContext As ITurnContext, turnState As ITurnState, exception As Exception, cancellationToken As CancellationToken) As Task
Parameters
- turnContext
- ITurnContext
- turnState
- ITurnState
- exception
- Exception
- cancellationToken
- CancellationToken