This method of the IRunningObjectTable interface removes from the Running Object Table (ROT) an entry that was previously registered by a call to Register.
public void Revoke(int dwRegister);
This method supports the standard return value E_INVALIDARG, as well as the following:
S_OK -- The object's registration was successfully revoked.
[in] dwRegister | The value identifying the ROT entry to revoke. This value was previously returned by Register. |