ProcessEventArgs.Data Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET