GrainCallFilterDelegate Delegate
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.
A delegate used to intercept invocation of a request.
C#
public delegate System.Threading.Tasks.Task GrainCallFilterDelegate(IGrainCallContext context);
type GrainCallFilterDelegate = delegate of IGrainCallContext -> Task
Public Delegate Function GrainCallFilterDelegate(context As IGrainCallContext) As Task
- context
- IGrainCallContext
The invocation context.
A Task which must be awaited before processing continues.
Produkt | Verze |
---|---|
.NET Orleans | 1.5.10, 3.4.5, 3.6.0, 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0 |