C# 클래스 Kafka.Client.ZooKeeperIntegration.Events.ZooKeeperChildChangedEventArgs

Contains znode children changed event data
상속: ZooKeeperEventArgs
파일 보기 프로젝트 열기: precog/kafka 1 사용 예제들

공개 메소드들

메소드 설명
ZooKeeperChildChangedEventArgs ( string path ) : System.Collections.Generic

Initializes a new instance of the ZooKeeperChildChangedEventArgs class.

메소드 상세

ZooKeeperChildChangedEventArgs() 공개 메소드

Initializes a new instance of the ZooKeeperChildChangedEventArgs class.
public ZooKeeperChildChangedEventArgs ( string path ) : System.Collections.Generic
path string /// The path. ///
리턴 System.Collections.Generic