Empeld
Empeld plugin documentation.
|
Helper methods for binding task methods on objects by TaskAttribute More...
Static Public Member Functions | |
static ICollection< IScheduledTask > | RegisterObjectTasks (this ITaskScheduler scheduler, object obj, Enum scope=null) |
Bind all TaskAttributes on a given object (Weakly, so if the object is disposed the tasks will stop running) More... | |
Helper methods for binding task methods on objects by TaskAttribute
|
static |
Bind all TaskAttributes on a given object (Weakly, so if the object is disposed the tasks will stop running)
scheduler | Scheduler. |
scope | Scope of the tasks to be bound |
obj | Object to bind tasks to |