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

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

Méthodes publiques

Méthode Description
ZooKeeperStateChangedEventArgs ( KeeperState state ) : ZooKeeperNet

Initializes a new instance of the ZooKeeperStateChangedEventArgs class.

Method Details

ZooKeeperStateChangedEventArgs() public méthode

Initializes a new instance of the ZooKeeperStateChangedEventArgs class.
public ZooKeeperStateChangedEventArgs ( KeeperState state ) : ZooKeeperNet
state KeeperState /// The current ZooKeeper state. ///
Résultat ZooKeeperNet