Skip to Main Content
Hands-On Microservices with C#
book

Hands-On Microservices with C#

by Matt Cole
June 2018
Intermediate to advanced content levelIntermediate to advanced
254 pages
6h 9m
English
Packt Publishing
Content preview from Hands-On Microservices with C#

Notes on events

The following are some notes on gotcha points with filesystem events that you should be aware of:

  • Common filesystem operations may raise more than one event. For example, when a file is moved from one directory to another, several OnChanged and some OnCreated and OnDeleted events might be raised. Moving a file is a complex operation that consists of multiple simple operations, therefore raising multiple events. Likewise, some applications (for example, antivirus software) might cause additional filesystem events that are detected by the watcher.
  • The watcher can watch disks if they are not switched or removed. The watcher does not raise events for CDs and DVDs because time stamps and properties cannot change. Remote computers ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Building Microservices with ASP.NET Core

Building Microservices with ASP.NET Core

Kevin Hoffman
.NET Core Microservices

.NET Core Microservices

Piotr Gankiewicz
Microservices .NET Core Masterclass

Microservices .NET Core Masterclass

Piotr Gankiewicz, Dariusz Pawlukiewicz
Enterprise Application Architecture with .NET Core

Enterprise Application Architecture with .NET Core

Ganesan Senthilvel, Ovais Mehboob Ahmed Khan, Habib Qureshi

Publisher Resources

ISBN: 9781789533682Supplemental Content