Class IndexClientServiceCollectionExtension
Extension function to add BranchCaches
Inherited Members
Namespace: Noxum.Nova.Index.Client
Assembly: Noxum.Nova.Index.Client.dll
Syntax
public static class IndexClientServiceCollectionExtension
Methods
AddNovaIndexClient(IServiceCollection)
Adds ICommentIndexClient and IObjectIndexClient, the services to access the Index API.
Declaration
public static IServiceCollection AddNovaIndexClient(this IServiceCollection services)
Parameters
| Type | Name | Description |
|---|---|---|
| IServiceCollection | services | The service collection |
Returns
| Type | Description |
|---|---|
| IServiceCollection |