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