MessageReactionsRemovedRouteBuilder.AsInvoke(Boolean) Method

Definition

Returns the current route builder instance configured for Invoke routing. This method ensures that the route remains set as an Invoke route.

public override Microsoft.Agents.Builder.App.MessageReactionsRemovedRouteBuilder AsInvoke(bool isInvoke = true);
override this.AsInvoke : bool -> Microsoft.Agents.Builder.App.MessageReactionsRemovedRouteBuilder
Public Overrides Function AsInvoke (Optional isInvoke As Boolean = true) As MessageReactionsRemovedRouteBuilder

Parameters

isInvoke
Boolean

A value indicating whether the route should be treated as an Invoke route. The parameter is ignored, as the route is always configured for Invoke routing.

Returns

The current instance of MessageReactionsRemovedRouteBuilder with Invoke routing enabled.

Remarks

This override prevents changing the route configuration from Invoke routing, maintaining consistency with the route's initial setup.

Applies to