Show / Hide Table of Contents

Interface IKeyedService<TKey, TService>

Namespace: Orleans.Runtime
Assembly: Orleans.Core.Abstractions.dll
Syntax
public interface IKeyedService<TKey, out TService> : IEquatable<TKey>
Type Parameters
Name Description
TKey
TService

Properties

| Improve this Doc View Source

Key

Declaration
TKey Key { get; }
Property Value
Type Description
TKey

Methods

| Improve this Doc View Source

GetService(IServiceProvider)

Declaration
TService GetService(IServiceProvider services)
Parameters
Type Name Description
IServiceProvider services
Returns
Type Description
TService

Extension Methods

ImmutableExt.AsImmutable<T>(T)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX