Summary
Uses MediatR.
- Assembly
- Rocket
.Surgery .Extensions .MediatR .dll - Namespace
- Microsoft
.Extensions .DependencyInjection - Containing Type
- Mediat
R Services Extensions
Syntax
public static IServiceConventionContext UseMediatR(this IServiceConventionContext builder, MediatRServiceConfiguration serviceConfig)
Parameters
| Name | Type | Description |
|---|---|---|
| builder | I |
The builder. |
| serviceConfig | Mediat |
The MediatR service configuration. |
Return Value
| Type | Description |
|---|---|
| I |
IServiceConventionContext. |
