SignalRFilterAttribute Class

Definition

[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.FunctionInvocationFilterAttribute
SignalRFilterAttribute
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)

Applies to