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
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