SignalRFilterAttribute.FilterAsync Method
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.
Executed before the Function method being executed. Throwing exceptions can terminate the Function execution and response the invocation failure.
public abstract System.Threading.Tasks.Task FilterAsync (Microsoft.Azure.WebJobs.Extensions.SignalRService.InvocationContext invocationContext, System.Threading.CancellationToken cancellationToken);
abstract member FilterAsync : Microsoft.Azure.WebJobs.Extensions.SignalRService.InvocationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public MustOverride Function FilterAsync (invocationContext As InvocationContext, cancellationToken As CancellationToken) As Task
Parameters
- invocationContext
- InvocationContext
- cancellationToken
- CancellationToken