Acrux.Threading
Update Method (state)
NamespacesAcrux.Threading.SpecializedObserverSubject<(Of <(TMessage>)>)Update(TMessage)
Sends a message to all observers to be updated. Observers that are UI controls will receive the notification in their own thread and all other observers will receive the message asynchronously in a new thread.
Declaration Syntax
C#Visual BasicVisual C++
public void Update(
	TMessage state
)
Public Sub Update ( _
	state As TMessage _
)
public:
void Update(
	TMessage state
)
Parameters
state (TMessage)
An object to be passed to the observers.

Assembly: Acrux.Threading (Module: Acrux.Threading) Version: 1.0.0.0 (1.0.0.35)