Example #1
0
 protected void OnDataFoundEvent(EventsThreads.CollectionFound <ShodanIPInformation> e)
 {
     //MS say: Copy the handle to avoid a race condition.
     DataFoundEvent?.Invoke(this, e);
 }
 protected void OnDataFoundEvent(EventsThreads.ThreadListDataFoundEventArgs e)
 {
     //MS say: Copy the handle to avoid a race condition.
     DataFoundEvent?.Invoke(this, e);
 }