Edit

Share via


IGrainCallFilter.Invoke(IGrainCallContext) Method

Definition

Invokes this filter.

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

Parameters

context
IGrainCallContext

The grain call context.

Returns

A Task representing the work performed.

Applies to