EventHubQueueCache.Add(List<EventData>, DateTime) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
EventHub EventData の一覧をキャッシュに追加します。
public System.Collections.Generic.List<Orleans.Streams.StreamPosition> Add (System.Collections.Generic.List<Azure.Messaging.EventHubs.EventData> messages, DateTime dequeueTimeUtc);
abstract member Add : System.Collections.Generic.List<Azure.Messaging.EventHubs.EventData> * DateTime -> System.Collections.Generic.List<Orleans.Streams.StreamPosition>
override this.Add : System.Collections.Generic.List<Azure.Messaging.EventHubs.EventData> * DateTime -> System.Collections.Generic.List<Orleans.Streams.StreamPosition>
Public Function Add (messages As List(Of EventData), dequeueTimeUtc As DateTime) As List(Of StreamPosition)
パラメーター
- dequeueTimeUtc
- DateTime