Created Function Filters (markdown)

Mathew Charles 2017-08-15 14:49:36 -07:00
Родитель 6890e37b37
Коммит a058ee901a
1 изменённых файлов: 5 добавлений и 0 удалений

5
Function-Filters.md Normal file

@ -0,0 +1,5 @@
## Overview
Function Filters are a way for you to customize the WebJobs execution pipeline with your own logic. Filters are very similar in spirit to [ASP.NET Filters](https://docs.microsoft.com/en-us/aspnet/core/mvc/controllers/filters). They can be implemented as declarative attributes that can be applied to your job functions/classes.