Interface IKeyedService<TKey, TService>
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
Property Value
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