confluent-kafka-dotnet
Show / Hide Table of Contents

Class Handle

A handle for a librdkafka client instance. Also encapsulates a reference to the IClient instance that owns this handle.

Inheritance
System.Object
Handle
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Confluent.Kafka
Assembly: cs.temp.dll.dll
Syntax
public class Handle

Properties

IsInvalid

Gets a value indicating whether the encapsulated librdkafka handle is invalid.

Declaration
public bool IsInvalid { get; }
Property Value
Type Description
System.Boolean

true if the encapsulated librdkafka handle is invalid; otherwise, false.

In This Article