C# Class Kafka.Client.ZooKeeperIntegration.Events.ZooKeeperChildChangedEventArgs

Contains znode children changed event data
Inheritance: ZooKeeperEventArgs
Exibir arquivo Open project: precog/kafka Class Usage Examples

Public Methods

Method Description
ZooKeeperChildChangedEventArgs ( string path ) : System.Collections.Generic

Initializes a new instance of the ZooKeeperChildChangedEventArgs class.

Method Details

ZooKeeperChildChangedEventArgs() public method

Initializes a new instance of the ZooKeeperChildChangedEventArgs class.
public ZooKeeperChildChangedEventArgs ( string path ) : System.Collections.Generic
path string /// The path. ///
return System.Collections.Generic