IGrainInvokeInterceptor.Invoke 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.
public System.Threading.Tasks.Task<object> Invoke (System.Reflection.MethodInfo method, Orleans.CodeGeneration.InvokeMethodRequest request, Orleans.CodeGeneration.IGrainMethodInvoker invoker);
abstract member Invoke : System.Reflection.MethodInfo * Orleans.CodeGeneration.InvokeMethodRequest * Orleans.CodeGeneration.IGrainMethodInvoker -> System.Threading.Tasks.Task<obj>
Public Function Invoke (method As MethodInfo, request As InvokeMethodRequest, invoker As IGrainMethodInvoker) As Task(Of Object)
Parameters
- method
- MethodInfo
- request
- InvokeMethodRequest
- invoker
- IGrainMethodInvoker