Share via


FunctionInvokingContext Class

Definition

Caution

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

Class with data related to function before invocation.

[System.Obsolete("This class is deprecated in favor of FunctionInvocationContext class, which is used in IFunctionInvocationFilter interface.")]
public sealed class FunctionInvokingContext : Microsoft.SemanticKernel.FunctionFilterContext
[<System.Obsolete("This class is deprecated in favor of FunctionInvocationContext class, which is used in IFunctionInvocationFilter interface.")>]
type FunctionInvokingContext = class
    inherit FunctionFilterContext
Public NotInheritable Class FunctionInvokingContext
Inherits FunctionFilterContext
Inheritance
FunctionInvokingContext
Attributes

Constructors

FunctionInvokingContext(KernelFunction, KernelArguments)

Initializes a new instance of the FunctionInvokingContext class.

Properties

Arguments

Gets the arguments associated with the operation.

(Inherited from FunctionFilterContext)
Cancel

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

(Inherited from FunctionFilterContext)
Function

Gets the KernelFunction with which this filter is associated.

(Inherited from FunctionFilterContext)
Metadata

Gets a dictionary of metadata associated with the operation.

(Inherited from FunctionFilterContext)

Applies to