Acrux.Threading
Acrux.Threading.Specialized Namespace
NamespacesAcrux.Threading.Specialized
Acrux Threading.NET Generic Observer Components
Declaration Syntax
C#Visual BasicVisual C++
namespace Acrux.Threading.Specialized
Namespace Acrux.Threading.Specialized
namespace Acrux.Threading.Specialized
Types
All TypesClassesInterfaces
IconTypeDescription
IObserver<(Of <(TMessage>)>)
Defines methods for notifying an observer object when a subject being observed has changed

ObserverSubject<(Of <(TMessage>)>)
Represents a base class to be used as a subject when implementing an Observer design pattern