Share via


FunctionInvocationContext Class

Definition

Class with data related to function invocation.

public class FunctionInvocationContext
type FunctionInvocationContext = class
Public Class FunctionInvocationContext
Inheritance
FunctionInvocationContext

Properties

Arguments

Gets the arguments associated with the operation.

Function

Gets the KernelFunction with which this filter is associated.

Kernel

Gets the Kernel containing services, plugins, and other state for use throughout the operation.

Result

Gets or sets the result of the function's invocation.

Applies to