IGrainMethodInvoker Interface
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.
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. |