Cleans up the instrumentation out of entity.
Assembly: Epic.Query.Object
Declaration Syntax
C# |
protected abstract void CleanUp( TEntity entity )
Parameters
- entity (TEntity)
- Instrumented entity.
Remarks
This method should revert the operations executed by Instrument(TEntity%)
See Also