共用方式為


GrainCallFilterDelegate 代理人

定義

用來攔截要求調用的委派。

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

調用內容。

傳回值

Task 必須先等候才能繼續處理。

適用於