| AsyncActionOnExecute Property |
Namespace:
Dynamicweb.Management.Actions
Assembly:
Dynamicweb.Management (in Dynamicweb.Management.dll) Version: 4.0.2
Syntax [JsonIgnoreAttribute]
public Func<Object, AsyncActionResult> OnExecute { get; set; }
<JsonIgnoreAttribute>
Public Property OnExecute As Func(Of Object, AsyncActionResult)
Get
Set
Property Value
Type:
FuncObject,
AsyncActionResultSee Also