EventRouteBuilderBase<TBuilder>.AsInvoke(Boolean) 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.
Returns the current builder instance.
public override TBuilder AsInvoke(bool isInvoke = true);
override this.AsInvoke : bool -> 'Builder
Public Overrides Function AsInvoke (Optional isInvoke As Boolean = true) As TBuilder
Parameters
- isInvoke
- Boolean
Ignored.
Returns
The current builder instance.
Remarks
Event routes cannot be configured as invoke routes, so the value of isInvoke is ignored.