1.3.1 IRemoteDispatch Interface and IServicedComponentInfo Interface

A server object instance can associate a unique identity with itself. This identity can be used by the client to track multiple instances of the server object. The server can use IServicedComponentInfo to allow the client to query for its identity.

The IRemoteDispatch interface can be used by the server to provide an alternative way to dispatch method calls on its object instance. A client can further use this interface to perform deactivation of the server object instance.