Freigeben über


IGrainReferenceRuntime.InvokeMethod Methode

Definition

Ruft die angegebene void-returning-Methode für die bereitgestellte Grain-Schnittstelle auf, ohne auf eine Antwort zu warten.

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)

Parameter

reference
GrainReference

Der Körnungsverweis.

request
IInvokable

Die Methodenbeschreibung.

options
InvokeMethodOptions

Die Aufrufoptionen.

Gilt für: