J
jabailo
Suppose I have a windows service, with a FileWatcher class.
A file appears, and an event is raised -- but then the server is
rebooted or crashes.
When the server is rebooted, I want that event state to be where it was.
So, can an event be serialized?
And can it then be 're-raised' on the program that was responding to it?
A file appears, and an event is raised -- but then the server is
rebooted or crashes.
When the server is rebooted, I want that event state to be where it was.
So, can an event be serialized?
And can it then be 're-raised' on the program that was responding to it?