EventData.SystemPropertiesCollection(Int64, DateTime, String, String) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
新しいインスタンスを構築して初期化します。
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)
パラメーター
- sequenceNumber
- Int64
- enqueuedTimeUtc
- DateTime
- offset
- String
- partitionKey
- String
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET