Called for each attached observer when the observer subject calls Update()

Declaration Syntax
void SubjectUpdated(
int subjectId,
TMessage state
)
Sub SubjectUpdated ( _
subjectId As Integer, _
state As TMessage _
)
void SubjectUpdated(
int subjectId,
TMessage state
)

Parameters
- subjectId (Int32)
- The unique id of the subject that has initiated an update for all observers
- state (TMessage)
- A state object passed by the subject
Assembly:
Acrux.Threading (Module: Acrux.Threading) Version: 1.0.0.0 (1.0.0.35)