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
Right now the aspects will run right away and then batch the actual event to happen. The aspects need to run when the actual event happens, so it should happen within the ProcessXXX method so that when batching the apsects run at the proper time.