Поделиться через


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)

Параметры

message
List<EventData>
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)

Параметры

message
List<EventData>
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)

Параметры

message
List<EventData>
dequeueTimeUtc
DateTime

Возвращаемое значение

Применяется к