IGrainExtensionMethodInvoker.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.
Invoke a grain extension method.
public System.Threading.Tasks.Task<object> Invoke (Orleans.Runtime.IGrainExtension extension, Orleans.CodeGeneration.InvokeMethodRequest request);
abstract member Invoke : Orleans.Runtime.IGrainExtension * Orleans.CodeGeneration.InvokeMethodRequest -> System.Threading.Tasks.Task<obj>
Public Function Invoke (extension As IGrainExtension, request As InvokeMethodRequest) As Task(Of Object)
Parameters
- extension
- IGrainExtension
Reference to the extension to be invoked.
- request
- InvokeMethodRequest
The request being invoked.
Returns
Value promise for the result of the method invoke.