Class FunctionResult
- Namespace
- Microsoft.Azure.WebJobs.Host.Executors
- Assembly
- Microsoft.Azure.WebJobs.Host.dll
public class FunctionResult
- Inheritance
-
FunctionResult
- Inherited Members
-
Constructors
FunctionResult(bool)
public FunctionResult(bool succeeded)
Parameters
succeeded
bool
FunctionResult(bool, Exception)
public FunctionResult(bool succeeded, Exception exception)
Parameters
succeeded
bool
exception
Exception
FunctionResult(Exception)
public FunctionResult(Exception exception)
Parameters
exception
Exception
Properties
Exception
public Exception Exception { get; }
Property Value
- Exception
Succeeded
public bool Succeeded { get; }
Property Value
- bool