共用方式為


IMultiClusterGossipService 介面

定義

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)

Guid 回粒度主鍵的表示法。

GetPrimaryKey(IAddressable, String)

Guid 回粒度主鍵的表示法。

GetPrimaryKeyLong(IAddressable)

long 回粒度主鍵的表示法。

GetPrimaryKeyLong(IAddressable, String)

long 回粒度主鍵的表示法。

GetPrimaryKeyString(IAddressable)

string 回粒度的主鍵。

IsPrimaryKeyBasedOnLong(IAddressable)

傳回主鍵的一部分是否為類型 long

適用於