IGrainCallFilter.Invoke(IGrainCallContext) 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 this filter.
public System.Threading.Tasks.Task Invoke (Orleans.IGrainCallContext context);
abstract member Invoke : Orleans.IGrainCallContext -> System.Threading.Tasks.Task
Public Function Invoke (context As IGrainCallContext) As Task
Parameters
- context
- IGrainCallContext
The grain call context.
Returns
A Task representing the work performed.