다음을 통해 공유


GrainServiceClient<TGrainService>.GetGrainService 메서드

정의

오버로드

GetGrainService(GrainId)

에 따라 요청을 수행하는 담당자에 대한 참조 GrainServicecallingGrainId가져옵니다.

GetGrainService(SiloAddress)

에 따라 요청을 수행하는 담당자에 대한 참조 GrainServicedestination가져옵니다.

GetGrainService(UInt32)

에 따라 요청을 수행하는 담당자에 대한 참조 GrainServicekey가져옵니다.

GetGrainService(GrainId)

에 따라 요청을 수행하는 담당자에 대한 참조 GrainServicecallingGrainId가져옵니다.

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)

에 따라 요청을 수행하는 담당자에 대한 참조 GrainServicedestination가져옵니다.

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)

에 따라 요청을 수행하는 담당자에 대한 참조 GrainServicekey가져옵니다.

protected TGrainService GetGrainService (uint key);
member this.GetGrainService : uint32 -> 'GrainService
Protected Function GetGrainService (key As UInteger) As TGrainService

매개 변수

key
UInt32

반환

TGrainService

적용 대상