次の方法で共有


GrainServiceClient<TGrainService>.GetGrainService メソッド

定義

オーバーロード

GetGrainService(GrainId)

に基づいて要求を GrainService 処理する担当者への参照を取得します callingGrainId

GetGrainService(SiloAddress)

に基づいて要求を GrainService 処理する担当者への参照を取得します destination

GetGrainService(UInt32)

に基づいて要求を GrainService 処理する担当者への参照を取得します key

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

適用対象