You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting this exception when using ExecutionAwareCommand.FromTask< MyObject >(MyMethod);
No problem with ExecutionAwareCommand.FromTask(MyMethod).
So I digged into the source code of the ExecutionAwareCommand< T > class and found a Start() call wich throws the exception.
Then, if I just remove the Start call like it is into the ExecutionAwareCommand, no more exception and task just runs like it should...
Any reason of this Start call that I miss?
The text was updated successfully, but these errors were encountered:
I'm getting this exception when using ExecutionAwareCommand.FromTask< MyObject >(MyMethod);
No problem with ExecutionAwareCommand.FromTask(MyMethod).
So I digged into the source code of the ExecutionAwareCommand< T > class and found a Start() call wich throws the exception.
Then, if I just remove the Start call like it is into the ExecutionAwareCommand, no more exception and task just runs like it should...
Any reason of this Start call that I miss?
The text was updated successfully, but these errors were encountered: