InvocationResult Class

Definition

A type wrapping the result of a function invocation.

public abstract class InvocationResult : Microsoft.Azure.Functions.Worker.InvocationResult<object>
type InvocationResult = class
    inherit InvocationResult<obj>
Public MustInherit Class InvocationResult
Inherits InvocationResult(Of Object)
Inheritance
InvocationResult

Constructors

InvocationResult()

Properties

Value

Gets or sets the invocation result value.

(Inherited from InvocationResult<T>)

Applies to