shayhatsor / zookeeper

Apache ZooKeeper .NET async Client
https://nuget.org/packages/ZooKeeperNetEx/
Apache License 2.0
236 stars 53 forks source link

Changed WatchedEvent and MultiTransactionRecord to support extending them #17

Closed cdavis2 closed 7 years ago

cdavis2 commented 7 years ago

Need to be able to extend these classes, but MultiTransactionRecord was internal and WatchedEvent's constructors were also internal (the class was already public). Made MultiTransactionRecord public and WatchEvent's constructors protected.