Show / Hide Table of Contents

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 which must be awaited before processing continues.

Extension Methods

ImmutableExt.AsImmutable<T>(T)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX