SignalRFilterAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)]
public abstract class SignalRFilterAttribute : Microsoft.Azure.WebJobs.Host.FunctionInvocationFilterAttribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)>]
type SignalRFilterAttribute = class
inherit FunctionInvocationFilterAttribute
Public MustInherit Class SignalRFilterAttribute
Inherits FunctionInvocationFilterAttribute
- Inheritance
-
Microsoft.Azure.WebJobs.Host.FunctionInvocationFilterAttributeSignalRFilterAttribute
- Attributes
Constructors
SignalRFilterAttribute() |
Methods
FilterAsync(InvocationContext, CancellationToken) |
Executed before the Function method being executed. Throwing exceptions can terminate the Function execution and response the invocation failure. |
OnExecutingAsync(FunctionExecutingContext, CancellationToken) |