GrainServiceClient<TGrainService>.GetGrainService 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
GetGrainService(GrainId) |
获取对 GrainService 负责基于 执行请求操作的 |
GetGrainService(SiloAddress) |
获取对 GrainService 负责基于 执行请求操作的 |
GetGrainService(UInt32) |
获取对 GrainService 负责基于 执行请求操作的 |
GetGrainService(GrainId)
获取对 GrainService 负责基于 执行请求操作的 callingGrainId
的引用。
protected TGrainService GetGrainService (Orleans.Runtime.GrainId callingGrainId);
member this.GetGrainService : Orleans.Runtime.GrainId -> 'GrainService
Protected Function GetGrainService (callingGrainId As GrainId) As TGrainService
参数
- callingGrainId
- GrainId
返回
TGrainService
适用于
GetGrainService(SiloAddress)
获取对 GrainService 负责基于 执行请求操作的 destination
的引用。
protected TGrainService GetGrainService (Orleans.Runtime.SiloAddress destination);
member this.GetGrainService : Orleans.Runtime.SiloAddress -> 'GrainService
Protected Function GetGrainService (destination As SiloAddress) As TGrainService
参数
- destination
- SiloAddress
返回
TGrainService
适用于
GetGrainService(UInt32)
获取对 GrainService 负责基于 执行请求操作的 key
的引用。
protected TGrainService GetGrainService (uint key);
member this.GetGrainService : uint32 -> 'GrainService
Protected Function GetGrainService (key As UInteger) As TGrainService
参数
- key
- UInt32
返回
TGrainService