FunctionInvocationContext 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.
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. |
CancellationToken |
The CancellationToken to monitor for cancellation requests. The default is None. |
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. |