KeyedService<TKey,TService> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示金鑰所識別的服務。
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>
- 衍生
- 實作
建構函式
屬性
Key |
取得服務金鑰。 |
方法
Equals(TKey) |
表示金鑰所識別的服務。 |
GetService(IServiceProvider) |
從服務提供者取得服務。 |