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