Class SilverbackBuilderEntityFrameworkExtensions
Adds the Silverback.Storage.EntityFramework specific methods to the SilverbackBuilder.
Inherited Members
Namespace: Silverback.Configuration
Assembly: Silverback.Storage.EntityFramework.dll
Syntax
public static class SilverbackBuilderEntityFrameworkExtensions
Methods
AddEntityFrameworkLock(SilverbackBuilder)
Adds the Entity Framework based lock.
Declaration
public static SilverbackBuilder AddEntityFrameworkLock(this SilverbackBuilder builder)
Parameters
| Type | Name | Description |
|---|---|---|
| SilverbackBuilder | builder | The SilverbackBuilder that references the IServiceCollection to add the services to. |
Returns
| Type | Description |
|---|---|
| SilverbackBuilder | The SilverbackBuilder so that additional calls can be chained. |