IGrainReferenceRuntime 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
를 사용할 수 있는 런타임 논리 GrainReference입니다. 이 서비스는 사용자 코드에서 직접 사용할 수 없습니다.
public interface IGrainReferenceRuntime
type IGrainReferenceRuntime = interface
Public Interface IGrainReferenceRuntime
메서드
Cast(IAddressable, Type) |
제공된 를 제공 |
Convert(IAddressable, Type) |
제공된 를 제공 |
Convert<TGrainInterface>(IAddressable) |
제공된 |
InvokeMethod(GrainReference, IInvokable, InvokeMethodOptions) |
응답을 기다리지 않고 제공된 조직 인터페이스에서 지정된 void-returning 메서드를 호출합니다. |
InvokeMethodAsync(GrainReference, IInvokable, InvokeMethodOptions) |
제공된 조직 인터페이스에서 지정된 메서드를 호출합니다. |
InvokeMethodAsync<T>(GrainReference, IInvokable, InvokeMethodOptions) |
제공된 조직 인터페이스에서 지정된 메서드를 호출합니다. |
InvokeMethodAsync<T>(GrainReference, Int32, Object[], InvokeMethodOptions, SiloAddress) |
원격 개체에서 메서드를 호출합니다. |
InvokeOneWayMethod(GrainReference, Int32, Object[], InvokeMethodOptions, SiloAddress) |
원격 개체에서 fire 및 forget 메서드를 호출합니다. |