다음을 통해 공유


IGrainReferenceRuntime.InvokeMethod 메서드

정의

응답을 기다리지 않고 제공된 조직 인터페이스에서 지정된 void 반환 메서드를 호출합니다.

public void InvokeMethod (Orleans.Runtime.GrainReference reference, Orleans.Serialization.Invocation.IInvokable request, Orleans.CodeGeneration.InvokeMethodOptions options);
abstract member InvokeMethod : Orleans.Runtime.GrainReference * Orleans.Serialization.Invocation.IInvokable * Orleans.CodeGeneration.InvokeMethodOptions -> unit
Public Sub InvokeMethod (reference As GrainReference, request As IInvokable, options As InvokeMethodOptions)

매개 변수

reference
GrainReference

조직 참조입니다.

request
IInvokable

메서드 설명입니다.

options
InvokeMethodOptions

호출 옵션입니다.

적용 대상