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

Contains znode data changed event data
Inheritance: ZooKeeperEventArgs
ファイルを表示 Open project: precog/kafka Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

Gets string representation of event data

ZooKeeperDataChangedEventArgs ( string path )

Initializes a new instance of the ZooKeeperDataChangedEventArgs class.

Method Details

ToString() public method

Gets string representation of event data
public ToString ( ) : string
return string

ZooKeeperDataChangedEventArgs() public method

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