Table of Contents

Class FunctionExecutedContext

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

Constructors

FunctionExecutedContext(IReadOnlyDictionary<string, object>, IDictionary<string, object>, Guid, string, ILogger, FunctionResult)

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

Parameters

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

Properties

FunctionResult

public FunctionResult FunctionResult { get; }

Property Value

FunctionResult