IEventHubQueueCache.Add Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
Add(List<EventData>, DateTime) |
Добавьте список EventHub EventData в кэш. |
Add(List<EventData>, DateTime) |
Добавьте список EventHub EventData в кэш. |
Add(List<EventData>, DateTime) |
Добавьте список EventHub EventData в кэш. |
Add(List<EventData>, DateTime)
- Исходный код:
- IEventHubQueueCache.cs
Добавьте список EventHub EventData в кэш.
public System.Collections.Generic.List<Orleans.Streams.StreamPosition> Add (System.Collections.Generic.List<Azure.Messaging.EventHubs.EventData> message, DateTime dequeueTimeUtc);
abstract member Add : System.Collections.Generic.List<Azure.Messaging.EventHubs.EventData> * DateTime -> System.Collections.Generic.List<Orleans.Streams.StreamPosition>
Public Function Add (message As List(Of EventData), dequeueTimeUtc As DateTime) As List(Of StreamPosition)
Параметры
- dequeueTimeUtc
- DateTime
Возвращаемое значение
Применяется к
Add(List<EventData>, DateTime)
Добавьте список EventHub EventData в кэш.
public System.Collections.Generic.List<Orleans.Providers.Streams.Common.StreamPosition> Add (System.Collections.Generic.List<Microsoft.Azure.EventHubs.EventData> message, DateTime dequeueTimeUtc);
abstract member Add : System.Collections.Generic.List<Microsoft.Azure.EventHubs.EventData> * DateTime -> System.Collections.Generic.List<Orleans.Providers.Streams.Common.StreamPosition>
Public Function Add (message As List(Of EventData), dequeueTimeUtc As DateTime) As List(Of StreamPosition)
Параметры
- dequeueTimeUtc
- DateTime
Возвращаемое значение
Применяется к
Add(List<EventData>, DateTime)
Добавьте список EventHub EventData в кэш.
public System.Collections.Generic.List<Orleans.Providers.Streams.Common.StreamPosition> Add (System.Collections.Generic.List<Microsoft.ServiceBus.Messaging.EventData> message, DateTime dequeueTimeUtc);
abstract member Add : System.Collections.Generic.List<Microsoft.ServiceBus.Messaging.EventData> * DateTime -> System.Collections.Generic.List<Orleans.Providers.Streams.Common.StreamPosition>
Public Function Add (message As List(Of EventData), dequeueTimeUtc As DateTime) As List(Of StreamPosition)
Параметры
- dequeueTimeUtc
- DateTime