IMultiClusterGossipService 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public interface IMultiClusterGossipService : Orleans.ISystemTarget
type IMultiClusterGossipService = interface
interface ISystemTarget
interface IAddressable
Public Interface IMultiClusterGossipService
Implements ISystemTarget
- 实现
方法
FindLaggingSilos(MultiClusterConfiguration, Boolean) |
查找其配置与预期配置不匹配的 silo。 |
Publish(IMultiClusterGossipData, Boolean) |
单向小型八卦:向收件人发送部分数据 |
Synchronize(IMultiClusterGossipData) |
双向批量八卦:将所有已知数据发送给收件人,并接收所有未知数据 |
扩展方法
AsReference<TGrainInterface>(IAddressable) |
返回对所提供的粒度的类型化引用。 |
BindGrainReference(IAddressable, IGrainFactory) |
将 grain 引用绑定到提供的 IGrainFactory。 |
Cast<TGrainInterface>(IAddressable) |
返回对所提供的粒度的类型化引用。 |
GetPrimaryKey(IAddressable, String) |
返回 Guid grain 主键的表示形式。 |
GetPrimaryKey(IAddressable) |
返回 Guid grain 主键的表示形式。 |
GetPrimaryKeyLong(IAddressable, String) |
返回 |
GetPrimaryKeyLong(IAddressable) |
返回 |
GetPrimaryKeyString(IAddressable) |
返回 |
IsPrimaryKeyBasedOnLong(IAddressable) |
返回主键的一部分是否为 类型 |