IGrainServiceFactory.CastToGrainServiceReference<T> 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将 grain 引用强制转换为类型化 grain 服务引用。 由 grain 索引使用。
public T CastToGrainServiceReference<T> (Orleans.Runtime.GrainReference grainReference) where T : Orleans.Services.IGrainService;
abstract member CastToGrainServiceReference : Orleans.Runtime.GrainReference -> 'T (requires 'T :> Orleans.Services.IGrainService)
Public Function CastToGrainServiceReference(Of T As IGrainService) (grainReference As GrainReference) As T
类型参数
- T
grain 服务接口。
参数
- grainReference
- GrainReference
grain 引用。
返回
T
对指定 grain 服务的引用。