Begin to observe the specified TEntity.
Assembly: Epic.Core
Declaration Syntax
| C# |
public void Observe( TEntity entity )
Parameters
- entity (TEntity)
- The TEntity to observe.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException |
Is thrown when entity is null.
|
| ObjectDisposedException |
Is thrown after the observer has been disposed.
|
