ClientEntity Class

Definition

A data structure that represents the events sent and received from an Event Hub stream.

public abstract class ClientEntity
type ClientEntity = class
Public MustInherit Class ClientEntity
Inheritance
ClientEntity
Derived

Properties

IsClosed
RetryPolicy
ThisLock

Methods

Abort()

Performs abort functionality on the messaging entity.

Close()

Sends a cleanup message to Service Bus to signal the completion of the usage of an entity.

CloseAsync()

Sends a cleanup message asynchronously to Service Bus to signal the completion of the usage of an entity.

Fault()

For internal use only. Do not inherit from this class.

Finalize()
OnAbort()
OnBeginClose(TimeSpan, AsyncCallback, Object)
OnBeginOpen(TimeSpan, AsyncCallback, Object)
OnClose(TimeSpan)
OnClosed()
OnEndClose(IAsyncResult)
OnEndOpen(IAsyncResult)
OnFaulted()
OnOpen(TimeSpan)
OnOpened()
ThrowIfClosed()
ThrowIfDisposed()
ThrowIfDisposedOrImmutable()
ThrowIfDisposedOrNotOpen()
ThrowIfFaulted()

Applies to