Show / Hide Table of Contents

Class IServiceCollectionOvermindExtensions

Extension methods for IServiceCollection.

Inheritance
object
IServiceCollectionOvermindExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.XboxStudios.BotBrain.Overmind
Assembly: BotBrain.Overmind.dll
Syntax
public static class IServiceCollectionOvermindExtensions

Methods

View Source

AddOvermind(IServiceCollection)

Registers the default services for overmind.

Declaration
public static IServiceCollection AddOvermind(this IServiceCollection services)
Parameters
Type Name Description
IServiceCollection services

The services collection being extended.

Returns
Type Description
IServiceCollection

The services.

  • View Source
In this article
Back to top Generated by DocFX