0
BobIngham created
The title says it all, really. What I wouldn't give for a similar helper which sent something along the lines of:
SyncHelper.RunAsync(() => _happyDaysAreHereAgainManager("sunshine goes here"));
Anyone?
1 Answer(s)
-
0
Hi @bobingham
Unfortunately there is no helper like that. You can convert your method to async and return
Task.FromResult
in your method.