TRemoteDispatcherNotifier, provide implementation that supports sending notifications to receivers in different tasks. Once set up, you use the caller/dispatcher pair much as any other notifier--in particular, you do not need to modify the receivers or the protocol defined by senders simply because the real sender instance actually lives in a different task.
To use remote notification, you must understand the classes MRemoteCaller and MRemoteDispatcher, which are part of the communications subsystem. See Distributed Computing for more information about how the RPC services use caller-dispatcher pairs.