|
ProcessQueueTSignalDataModified Method
|
Manually signals that data has been modified and processing should resume.
Namespace: GSF.CollectionsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.241-beta+912389e96d98840d2a999d490420db618dcbe4c6
Syntaxpublic virtual void SignalDataModified()
Public Overridable Sub SignalDataModified
public:
virtual void SignalDataModified()
abstract SignalDataModified : unit -> unit
override SignalDataModified : unit -> unit
function SignalDataModified();
View Source
Remarks
This function should be called in cases where a user may need to signal data modification. For example,
if T was a dictionary or list that was updated - you would need to manually
signal that data had changed in this item.
See Also