다음을 통해 공유


GrainServiceClient<TGrainService> 클래스

정의

적절한 링 분할 전략에 따라 적절한 GrainService에 대한 요청을 프록시합니다.

public abstract class GrainServiceClient<TGrainService> : Orleans.Services.IGrainServiceClient<TGrainService> where TGrainService : IGrainService
type GrainServiceClient<'GrainService (requires 'GrainService :> IGrainService)> = class
    interface IGrainServiceClient<'GrainService (requires 'GrainService :> IGrainService)>
Public MustInherit Class GrainServiceClient(Of TGrainService)
Implements IGrainServiceClient(Of TGrainService)

형식 매개 변수

TGrainService
상속
GrainServiceClient<TGrainService>
구현

생성자

GrainServiceClient<TGrainService>(IServiceProvider)

현재는 사일로당 단일 GrainService만 지원합니다. 여러 가지가 지원되는 경우 여기에서 사일로당 분할할 GrainServices 수를 요청합니다.

속성

CallingGrainReference

이 요청을 호출하는 조직 참조를 확인합니다.

CurrentGrainReference

현재 실행 중인 조직에 대한 참조를 가져옵니다.

GrainService

CallingGrainReference를 기반으로 요청을 수행하는 올바른 GrainService를 확인합니다.

메서드

GetGrainService(GrainId)

를 기반으로 요청 작업을 담당하는 에 대한 참조 GrainServicecallingGrainId가져옵니다.

GetGrainService(SiloAddress)

를 기반으로 요청 작업을 담당하는 에 대한 참조 GrainServicedestination가져옵니다.

GetGrainService(UInt32)

를 기반으로 요청 작업을 담당하는 에 대한 참조 GrainServicekey가져옵니다.

적용 대상