Kafka.Client.ZooKeeperIntegration.Events.ZooKeeperSessionCreatedEventArgs.ZooKeeperSessionCreatedEventArgs C# (CSharp) Method

ZooKeeperSessionCreatedEventArgs() protected method

Initializes a new instance of the ZooKeeperSessionCreatedEventArgs class.
        protected ZooKeeperSessionCreatedEventArgs()
            : base("New session created")
        {
        }
ZooKeeperSessionCreatedEventArgs