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
Currently, we need to use the RegisterLocal method to register a reply event, as well as the EventManagerConstants.ReplyPrefix to fill the name of the event. Since this constant is internal and we want to avoid unnecessary duplication we should implement a wrapper method that accepts the name of the event and automatically registers it as a reply callback. An idea for this implementation:
Currently, we need to use the
RegisterLocal
method to register a reply event, as well as theEventManagerConstants.ReplyPrefix
to fill the name of the event. Since this constant is internal and we want to avoid unnecessary duplication we should implement a wrapper method that accepts the name of the event and automatically registers it as a reply callback. An idea for this implementation:The text was updated successfully, but these errors were encountered: