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

Ignore Method (entity)
Stop observing the specified TEntity.

Assembly: Epic.Core

Declaration Syntax
C#
public void Ignore(
	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