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.
| C# | Visual Basic | Visual C++ |
public void Update( TMessage state )
Public Sub Update ( _ state As TMessage _ )
public: void Update( TMessage state )
- state (TMessage)
- An object to be passed to the observers.