2.3.1.1 IRemoteDispatch Interface
A server object can associate itself with a unique identity that the client can use to track multiple instances of the server object. The server implements the IServicedComponentInfo interface to allow the client to query for its identity. The server can use the IRemoteDispatch interface to provide an alternative way to dispatch method calls on its object instance. A client can also use this interface to deactivate the server object instance.
The IRemoteDispatch and IServicedComponentInfo interfaces use DCOM to communicate over the wire and to authenticate requests issued against the infrastructure.
This protocol allows for encodings as defined in [MS-NRTP] and [MS-NRBF].