SignalEventsFork Method |
Namespace: Demo3D.IO
protected virtual SignalEvents? Fork()
A signal forks for example when we batch read a large amount of IO. The signal that's tracked during the batch read operation gets forked when we divide the batch data into individual tags. Each tag independently passes upstream a signal forked from the original batch IO signal.