Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IDelayedAction.cs
1
using
System;
2
using
System.Threading.Tasks;
3
4
namespace
LegalLab.Models
5
{
9
public
interface
IDelayedAction
10
{
14
DateTime
ScheduledFor
15
{
16
get
;
17
set
;
18
}
19
23
Task
Action
();
24
}
25
}
LegalLab.Models.IDelayedAction
Interface for delayed actions.
Definition:
IDelayedAction.cs:10
LegalLab.Models.IDelayedAction.Action
Task Action()
Method called when it is time to execute action.
LegalLab.Models.IDelayedAction.ScheduledFor
DateTime ScheduledFor
When action is scheduled.
Definition:
IDelayedAction.cs:15
LegalLab.Models
Definition:
Command.cs:7
LegalLab
LegalLab
Models
IDelayedAction.cs
Generated by
1.9.5