你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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