2008-01-29, 12:58 AM
ralphy Wrote:Do I understand this to mean that upon receiving an IEventNotification, you call PluginHelperFactory.getPluginHelper().GetClientIdentifier(); to determine who sent the event?
I call it in two places. First, I call it during initialization to see if the instance we're running is an MVP server or not. Second, I call it during the IEventNotification.Notify() handler to see which MVP sent the message, if any.