IGrainObserver 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
適用於粒紋觀察器的標記介面。 觀察者可用來接收來自粒紋的通知;也就是說,它們代表發行者/訂閱者介面的訂閱者端。
public interface IGrainObserver : Orleans.Runtime.IAddressable
type IGrainObserver = interface
interface IAddressable
Public Interface IGrainObserver
Implements IAddressable
- 實作
擴充方法
AsReference(IAddressable, Type) |
傳回所提供粒度的具型別參考。 |
AsReference<TGrainInterface>(IAddressable) |
傳回所提供粒度的具型別參考。 |
BindGrainReference(IAddressable, IGrainFactory) |
將粒度參考系結至提供的 IGrainFactory。 |
Cast(IAddressable, Type) |
傳回所提供粒度的具型別參考。 |
Cast<TGrainInterface>(IAddressable) |
傳回所提供粒度的具型別參考。 |
GetGrainId(IAddressable) |
傳回對應至所提供粒紋的粒度標識碼。 |
GetPrimaryKey(IAddressable, String) |
傳 Guid 回粒度主鍵的表示法。 |
GetPrimaryKey(IAddressable) |
傳 Guid 回粒度主鍵的表示法。 |
GetPrimaryKeyLong(IAddressable, String) |
傳 |
GetPrimaryKeyLong(IAddressable) |
傳 |
GetPrimaryKeyString(IAddressable) |
傳 |
IsPrimaryKeyBasedOnLong(IAddressable) |
傳回主鍵的一部分是否為類型 |