C# Класс Kafka.Client.ZooKeeperIntegration.Events.ZooKeeperChildChangedEventArgs

Contains znode children changed event data
Наследование: ZooKeeperEventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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