IMultiClusterGossipService 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public interface IMultiClusterGossipService : Orleans.ISystemTarget
type IMultiClusterGossipService = interface
interface ISystemTarget
interface IAddressable
Public Interface IMultiClusterGossipService
Implements ISystemTarget
- 實作
方法
FindLaggingSilos(MultiClusterConfiguration, Boolean) |
尋找其設定不符合預期設定的尋址接收器。 |
Publish(IMultiClusterGossipData, Boolean) |
單向小型 Gossip:將部分數據傳送給收件者 |
Synchronize(IMultiClusterGossipData) |
雙向大量流覽提示:將所有已知的數據傳送給收件者,並接收所有未知的數據 |
擴充方法
AsReference<TGrainInterface>(IAddressable) |
傳回所提供粒度的具型別參考。 |
BindGrainReference(IAddressable, IGrainFactory) |
將粒度參考系結至提供的 IGrainFactory。 |
Cast<TGrainInterface>(IAddressable) |
傳回所提供粒度的具型別參考。 |
GetPrimaryKey(IAddressable, String) |
傳 Guid 回粒度主鍵的表示法。 |
GetPrimaryKey(IAddressable) |
傳 Guid 回粒度主鍵的表示法。 |
GetPrimaryKeyLong(IAddressable, String) |
傳 |
GetPrimaryKeyLong(IAddressable) |
傳 |
GetPrimaryKeyString(IAddressable) |
傳 |
IsPrimaryKeyBasedOnLong(IAddressable) |
傳回主鍵的一部分是否為類型 |