Share via


FunctionFilterContext Class

Definition

Caution

This class is deprecated in favor of FunctionInvocationContext class, which is used in IFunctionInvocationFilter interface.

Base class with data related to function invocation.

[System.Obsolete("This class is deprecated in favor of FunctionInvocationContext class, which is used in IFunctionInvocationFilter interface.")]
public abstract class FunctionFilterContext
[<System.Obsolete("This class is deprecated in favor of FunctionInvocationContext class, which is used in IFunctionInvocationFilter interface.")>]
type FunctionFilterContext = class
Public MustInherit Class FunctionFilterContext
Inheritance
FunctionFilterContext
Derived
Attributes

Properties

Arguments

Gets the arguments associated with the operation.

Cancel

Gets or sets a value indicating whether the operation associated with the filter should be canceled.

Function

Gets the KernelFunction with which this filter is associated.

Metadata

Gets a dictionary of metadata associated with the operation.

Applies to