HandoffRouteBuilderBase<TBuilder>.WithHandlerCore Method
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.
Configures the route to handle handoff actions using the specified handler.
protected TBuilder WithHandlerCore(Microsoft.Agents.Builder.App.HandoffHandler handler);
member this.WithHandlerCore : Microsoft.Agents.Builder.App.HandoffHandler -> 'Builder
Protected Function WithHandlerCore (handler As HandoffHandler) As TBuilder
Parameters
- handler
- HandoffHandler
The handler to invoke when a matching handoff activity is received.
Returns
The current builder instance.