Table of Contents

Class UpdateableOptionsServiceCollectionExtensions

Namespace
Acuit.Pinpoint.Common.Options
Assembly
Acuit.Pinpoint.Common.dll

Extension members for initializing updateable options.

public static class UpdateableOptionsServiceCollectionExtensions
Inheritance
UpdateableOptionsServiceCollectionExtensions
Inherited Members

Methods

AddUpdateableOptions(IServiceCollection)

Adds services required for using updateable options.

public static IServiceCollection AddUpdateableOptions(this IServiceCollection services)

Parameters

services IServiceCollection

Returns

IServiceCollection

The IServiceCollection so that additional calls can be chained.