Method Run
Run(IScheduler, Action, CancellationToken)
Declaration
[Obsolete("Left here for compatibility reasons - cancellationToken is no longer used")]
public static void Run(this IScheduler scheduler, Action action, CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
IScheduler | scheduler | |
Action | action | |
CancellationToken | cancellationToken |
Run(IScheduler, Action)
Declaration
public static Unit Run(this IScheduler scheduler, Action action)
Parameters
Type | Name | Description |
---|---|---|
IScheduler | scheduler | |
Action | action |
Returns
Type | Description |
---|---|
Unit |