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

Contains ZooKeeper session state changed event data
Inheritance: ZooKeeperEventArgs
Exibir arquivo Open project: precog/kafka Class Usage Examples

Public Methods

Method Description
ZooKeeperStateChangedEventArgs ( KeeperState state ) : ZooKeeperNet

Initializes a new instance of the ZooKeeperStateChangedEventArgs class.

Method Details

ZooKeeperStateChangedEventArgs() public method

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