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