Class BridgedFunction
Inheritance
System.Object
BridgedFunction
Assembly: FunctionMonkey.Abstractions.dll
Syntax
public class BridgedFunction : object
Constructors
|
Improve this Doc
View Source
BridgedFunction(Object)
Declaration
public BridgedFunction(object handler)
Parameters
Type |
Name |
Description |
System.Object |
handler |
|
Properties
|
Improve this Doc
View Source
Handler
Declaration
public object Handler { get; }
Property Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
IsAsync
Declaration
public bool IsAsync { get; }
Property Value
Type |
Description |
System.Boolean |
|
Extension Methods