IGrainServiceFactory 接口

定义

用于与 grain 服务交互的功能。

public interface IGrainServiceFactory
type IGrainServiceFactory = interface
Public Interface IGrainServiceFactory

方法

CastToGrainServiceReference<T>(GrainReference)

将 grain 引用强制转换为类型化 grain 服务引用。 由 grain 索引使用。

MakeGrainServiceReference(Int32, String, SiloAddress)

为给定 silo 上的 grain 服务实例创建 grain 引用。 这由 grain 索引使用。

适用于