次の方法で共有


KeyedService<TKey,TService> クラス

定義

キーによって識別されるサービスを表します。

public class KeyedService<TKey,TService> : IEquatable<TKey>, Orleans.Runtime.IKeyedService<TKey,TService> where TService : class
type KeyedService<'Key, 'Service (requires 'Service : null)> = class
    interface IKeyedService<'Key, 'Service (requires 'Service : null)>
    interface IEquatable<'Key>
Public Class KeyedService(Of TKey, TService)
Implements IEquatable(Of TKey), IKeyedService(Of TKey, TService)

型パラメーター

TKey

キーの型。

TService

サービスの型。

継承
KeyedService<TKey,TService>
派生
実装

コンストラクター

KeyedService<TKey,TService>(TKey, Func<IServiceProvider,TKey,TService>)

KeyedService<TKey,TService> クラスの新しいインスタンスを初期化します。

KeyedService<TKey,TService>(TKey, IServiceProvider, Func<IServiceProvider,TKey,TService>)

キーによって識別されるサービスを表します。

プロパティ

Key

サービス キーを取得します。

メソッド

Equals(TKey)

キーによって識別されるサービスを表します。

GetService(IServiceProvider)

サービス プロバイダーからサービスを取得します。

適用対象

こちらもご覧ください