![]() |
ProtonNet Server 1.0
An Open Solution for all your socket or web api needs.
|
Classes | |
interface | IScheduleOnIntervalTask |
Represents a scheduled task that repeats at regular intervals. More... | |
interface | IScheduleTask |
Represents a scheduled task that can be invoked and checked for its running status. More... | |
interface | ISingleTask |
Represents a single task that can be invoked. More... | |
class | ScheduleOnIntervalTask |
Provides an implementation of a scheduled task that repeats at regular intervals. More... | |
class | ScheduleTask |
Provides an implementation of a scheduled task with an action and state management. More... | |
class | SingleTask |
Provides an implementation of a single task with an action. More... | |