Table of Contents

Class FunctionFilterContext

Namespace
Microsoft.Azure.WebJobs.Host
Assembly
Microsoft.Azure.WebJobs.Host.dll
[Obsolete("Filters is in preview and there may be breaking changes in this area.")]
public abstract class FunctionFilterContext
Inheritance
FunctionFilterContext
Derived
Inherited Members

Constructors

FunctionFilterContext(Guid, string, ILogger, IDictionary<string, object>)

protected FunctionFilterContext(Guid functionInstanceId, string functionName, ILogger logger, IDictionary<string, object> properties)

Parameters

functionInstanceId Guid
functionName string
logger ILogger
properties IDictionary<string, object>

Properties

FunctionInstanceId

public Guid FunctionInstanceId { get; }

Property Value

Guid

FunctionName

public string FunctionName { get; }

Property Value

string

Logger

public ILogger Logger { get; }

Property Value

ILogger

Properties

public IDictionary<string, object> Properties { get; }

Property Value

IDictionary<string, object>