ข้ามไปยังเนื้อหา

Class MongoDbDependencyHealthServiceCollectionExtensions

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

Namespace: Cephalon.Observability.MongoDbDependencies.Hosting
Assembly: Cephalon.Observability.MongoDbDependencies.dll

Adds MongoDB dependency-health services to a Cephalon host.

public static class MongoDbDependencyHealthServiceCollectionExtensions

objectMongoDbDependencyHealthServiceCollectionExtensions

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

AddCephalonMongoDbDependencyHealth(IServiceCollection, IConfiguration, Action<MongoDbDependencyHealthOptions>?)

Section titled “ AddCephalonMongoDbDependencyHealth(IServiceCollection, IConfiguration, Action<MongoDbDependencyHealthOptions>?)”

Adds MongoDB dependency-health services using configuration as the primary source of probe settings.

public static IServiceCollection AddCephalonMongoDbDependencyHealth(this IServiceCollection services, IConfiguration configuration, Action<MongoDbDependencyHealthOptions>? configure = null)

services IServiceCollection

The target service collection.

configuration IConfiguration

The application configuration root.

configure Action<MongoDbDependencyHealthOptions>?

An optional callback that can extend or override the configuration-driven dependency-health setup.

IServiceCollection

The same service collection for further registration.

AddCephalonMongoDbDependencyHealth(IServiceCollection, Action<MongoDbDependencyHealthOptions>?)

Section titled “ AddCephalonMongoDbDependencyHealth(IServiceCollection, Action<MongoDbDependencyHealthOptions>?)”

Adds MongoDB dependency-health services using code-first configuration.

public static IServiceCollection AddCephalonMongoDbDependencyHealth(this IServiceCollection services, Action<MongoDbDependencyHealthOptions>? configure = null)

services IServiceCollection

The target service collection.

configure Action<MongoDbDependencyHealthOptions>?

An optional callback that configures dependency-health options.

IServiceCollection

The same service collection for further registration.