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

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

Méthodes publiques

Méthode Description
ToString ( ) : string

Gets string representation of event data

ZooKeeperDataChangedEventArgs ( string path )

Initializes a new instance of the ZooKeeperDataChangedEventArgs class.

Method Details

ToString() public méthode

Gets string representation of event data
public ToString ( ) : string
Résultat string

ZooKeeperDataChangedEventArgs() public méthode

Initializes a new instance of the ZooKeeperDataChangedEventArgs class.
public ZooKeeperDataChangedEventArgs ( string path )
path string /// The znode path. ///