FunctionFilterContext Class
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.
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. |