mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
makes RunRouteAction virtual method
This commit is contained in:
parent
23a37ebb37
commit
3d15227aa2
1 changed files with 1 additions and 1 deletions
|
|
@ -334,7 +334,7 @@ namespace PepperDash.Essentials
|
|||
/// route or commands
|
||||
/// </summary>
|
||||
/// <param name="name"></param>
|
||||
public void RunRouteAction(string routeKey, Action successCallback)
|
||||
public virtual void RunRouteAction(string routeKey, Action successCallback)
|
||||
{
|
||||
// Run this on a separate thread
|
||||
new CTimer(o =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue