Edit

Share via


IOutgoingGrainCallFilter.Invoke(IOutgoingGrainCallContext) Method

Definition

Invokes this filter.

public System.Threading.Tasks.Task Invoke (Orleans.IOutgoingGrainCallContext context);
abstract member Invoke : Orleans.IOutgoingGrainCallContext -> System.Threading.Tasks.Task
Public Function Invoke (context As IOutgoingGrainCallContext) As Task

Parameters

context
IOutgoingGrainCallContext

The grain call context.

Returns

A Task representing the work performed.

Applies to