Table of Contents

Class FunctionExecutingContext

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 class FunctionExecutingContext : FunctionInvocationContext
Inheritance
FunctionExecutingContext
Inherited Members

Constructors

FunctionExecutingContext(IReadOnlyDictionary<string, object>, IDictionary<string, object>, Guid, string, ILogger)

public FunctionExecutingContext(IReadOnlyDictionary<string, object> arguments, IDictionary<string, object> properties, Guid functionInstanceId, string functionName, ILogger logger)

Parameters

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