MessageRouteBuilderBase<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.
For message routes, the invoke flag is ignored to prevent misconfiguration.
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
Messages cannot be configured as invoke routes. This method always returns the current instance, regardless of the value of isInvoke.