Delegate GrainCallFilterDelegate
A delegate used to intercept invocation of a request.
Namespace: Orleans
Assembly: Orleans.Core.Abstractions.dll
Syntax
public delegate Task GrainCallFilterDelegate(IGrainCallContext context);
Parameters
| Type | Name | Description |
|---|---|---|
| IGrainCallContext | context | The invocation context. |
Returns
| Type | Description |
|---|---|
| Task | A |