EventHubDataAdapter.GetMessageEnqueueTimeUtc(CachedEventHubMessage) Method
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.
Pooled queue cache stores data in tightly packed structures that need to be transformed to various other formats quickly. Since the data formats may change by queue type and data format, this interface allows adapter developers to build custom data transforms appropriate for the various types of queue data.
public DateTime? GetMessageEnqueueTimeUtc (ref Orleans.ServiceBus.Providers.CachedEventHubMessage message);
abstract member GetMessageEnqueueTimeUtc : CachedEventHubMessage -> Nullable<DateTime>
override this.GetMessageEnqueueTimeUtc : CachedEventHubMessage -> Nullable<DateTime>
Public Function GetMessageEnqueueTimeUtc (ByRef message As CachedEventHubMessage) As Nullable(Of DateTime)
Parameters
- message
- CachedEventHubMessage