GrainCallFilterDelegate 代理人
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
用來攔截要求調用的委派。
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 必須先等候才能繼續處理。