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

Contains znode children changed event data
Inheritance: ZooKeeperEventArgs
Afficher le fichier Open project: precog/kafka Class Usage Examples

Méthodes publiques

Méthode Description
ZooKeeperChildChangedEventArgs ( string path ) : System.Collections.Generic

Initializes a new instance of the ZooKeeperChildChangedEventArgs class.

Method Details

ZooKeeperChildChangedEventArgs() public méthode

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