Fork me on GitHubEpicdominant domains

Instrument Method (entity)
Instrument the specified entity.

Assembly: Epic.Query.Object

Declaration Syntax
C#
protected abstract void Instrument(
	ref TEntity entity
)
Parameters
entity (TEntity%)
Entity to instrument.
Remarks
This method can be used to subscribe entity's events or to replace the original entity with a proxy enabling AOP. It will be called just befor registering the entity in the identity map.
blog comments powered by Disqus