EventData.SystemPropertiesCollection(Int64, DateTime, String, String) Constructor
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.
Construct and initialize a new instance.
public SystemPropertiesCollection (long sequenceNumber, DateTime enqueuedTimeUtc, string offset, string partitionKey);
new Microsoft.Azure.EventHubs.EventData.SystemPropertiesCollection : int64 * DateTime * string * string -> Microsoft.Azure.EventHubs.EventData.SystemPropertiesCollection
Public Sub New (sequenceNumber As Long, enqueuedTimeUtc As DateTime, offset As String, partitionKey As String)
Parameters
- sequenceNumber
- Int64
- enqueuedTimeUtc
- DateTime
- offset
- String
- partitionKey
- String
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET