This method of the IMarshal interface forcibly releases all external connections to an object. The object's server calls the object's implementation of this method prior to shutting down.
public void DisconnectObject(int dwReserved);
[in] dwReserved | Reserved for future use; must be 0 (zero). To ensure compatibility with future use, DisconnectObject must not check for 0 (zero). |