Show / Hide Table of Contents

Class LegacyConfigurationExtensions

Inheritance
System.Object
LegacyConfigurationExtensions
Namespace: Orleans.Configuration
Assembly: Orleans.Core.Legacy.dll
Syntax
public static class LegacyConfigurationExtensions : object

Methods

| Improve this Doc View Source

AddLegacyClientConfigurationSupport(IServiceCollection, ClientConfiguration)

Declaration
public static IServiceCollection AddLegacyClientConfigurationSupport(this IServiceCollection services, ClientConfiguration configuration = null)
Parameters
Type Name Description
IServiceCollection services
ClientConfiguration configuration
Returns
Type Description
IServiceCollection
| Improve this Doc View Source

TryGetClientConfiguration(IServiceCollection)

Declaration
public static ClientConfiguration TryGetClientConfiguration(this IServiceCollection services)
Parameters
Type Name Description
IServiceCollection services
Returns
Type Description
ClientConfiguration
  • Improve this Doc
  • View Source
Back to top Generated by DocFX