Delen via


ProcessEventArgs.Data Property

Definition

The received event to be processed. Expected to be null if the receive call has timed out.

public Azure.Messaging.EventHubs.EventData Data { get; }
member this.Data : Azure.Messaging.EventHubs.EventData
Public ReadOnly Property Data As EventData

Property Value

Remarks

Ownership of this data, including the memory that holds its EventBody, is assumed to transfer to consumers of the ProcessEventArgs. It may be considered immutable and is safe to access so long as the reference is held.

Applies to