Show / Hide Table of Contents

Interface IIncomingGrainCallFilter

Interface for incoming grain call filters.

Namespace: Orleans
Assembly: Orleans.Core.Abstractions.dll
Syntax
public interface IIncomingGrainCallFilter

Methods

| Improve this Doc View Source

Invoke(IGrainCallContext)

Invokes this filter.

Declaration
Task Invoke(IGrainCallContext context)
Parameters
Type Name Description
IGrainCallContext context

The grain call context.

Returns
Type Description
Task

A representing the work performed.

Extension Methods

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