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

Base class for classes containing ZooKeeper event data
Inheritance: System.EventArgs
ファイルを表示 Open project: precog/kafka Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

Gets string representation of event data

Protected Methods

Method Description
ZooKeeperEventArgs ( string description ) : System

Initializes a new instance of the ZooKeeperEventArgs class.

Method Details

ToString() public method

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

ZooKeeperEventArgs() protected method

Initializes a new instance of the ZooKeeperEventArgs class.
protected ZooKeeperEventArgs ( string description ) : System
description string /// The event description. ///
return System