Fork me on GitHubEpicdominant domains
APIEpicObserverBase<(Of <(<'TEntity>)>)>Observe(TEntity)

Observe Method (entity)
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
ExceptionCondition
ArgumentNullException Is thrown when entity is null.
ObjectDisposedException Is thrown after the observer has been disposed.
blog comments powered by Disqus