Freigeben über


InvocationResult Klasse

Definition

Ein Typ, der das Ergebnis eines Funktionsaufrufs umgibt.

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

Konstruktoren

InvocationResult()

Ein Typ, der das Ergebnis eines Funktionsaufrufs umgibt.

Eigenschaften

Value

Ruft den Aufrufergebniswert ab oder legt diese fest.

(Geerbt von InvocationResult<T>)

Gilt für: