IGrainReferenceRuntime.InvokeMethod Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invokes the specified void-returning method on the provided grain interface without waiting for a response.
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)
Parameters
- reference
- GrainReference
The grain reference.
- request
- IInvokable
The method description.
- options
- InvokeMethodOptions
The invocation options.