Edit

Share via


IGrainMethodInvoker Interface

Definition

An implementation of this interface is generated for every grain interface as part of the client-side code generation.

public interface IGrainMethodInvoker
type IGrainMethodInvoker = interface
Public Interface IGrainMethodInvoker
Derived

Properties

InterfaceId

The interface id that this invoker supports.

InterfaceVersion

Methods

Invoke(IAddressable, InvokeMethodRequest)

Invoke a grain method. Invoker classes in generated code implement this method to provide a method call jump-table to map invoke data to a strongly typed call to the correct method on the correct interface.

Applies to