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
It would be very convienient for us to be able to know which method will/have process(ed) the message.
Actually, in our projects, there're some common actions needed to be executed for the message, and the actions need some information of the method or the class (instance) outside.
The text was updated successfully, but these errors were encountered:
will-beta
changed the title
Would like to have MethodInfo parameter for BeginProcessingMessageAsync & CompleteProcessingMessageAsync in QueueProcessor
Would like to have a execution context parameter for BeginProcessingMessageAsync & CompleteProcessingMessageAsync in QueueProcessor
May 18, 2017
Might a feature like invocation filters #980 address your need? Is the logic you need to run specific to queues, or is it more general? Can you provide more details on your scenario?
It would be very convienient for us to be able to know which method will/have process(ed) the message.
Actually, in our projects, there're some common actions needed to be executed for the message, and the actions need some information of the method or the class (instance) outside.
The text was updated successfully, but these errors were encountered: