次の方法で共有


IMultiClusterGossipService インターフェイス

定義

public interface IMultiClusterGossipService : Orleans.ISystemTarget
type IMultiClusterGossipService = interface
    interface ISystemTarget
    interface IAddressable
Public Interface IMultiClusterGossipService
Implements ISystemTarget
実装

メソッド

FindLaggingSilos(MultiClusterConfiguration, Boolean)

構成が予想される構成と一致しないサイロを見つけます。

Publish(IMultiClusterGossipData, Boolean)

一方向の小規模ゴシップ: 受信者に部分的なデータを送信する

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

適用対象