Partager via


EventHubQueueCache<TCachedMessage>.Add Méthode

Définition

Surcharges

Add(List<EventData>, DateTime)

Ajoutez une liste d’EventHub EventData au cache.

Add(List<EventData>, DateTime)

Ajoutez une liste d’EventHub EventData au cache.

Add(List<EventData>, DateTime)

Ajoutez une liste d’EventHub EventData au cache.

public System.Collections.Generic.List<Orleans.Providers.Streams.Common.StreamPosition> Add (System.Collections.Generic.List<Microsoft.Azure.EventHubs.EventData> messages, DateTime dequeueTimeUtc);
abstract member Add : System.Collections.Generic.List<Microsoft.Azure.EventHubs.EventData> * DateTime -> System.Collections.Generic.List<Orleans.Providers.Streams.Common.StreamPosition>
override this.Add : System.Collections.Generic.List<Microsoft.Azure.EventHubs.EventData> * DateTime -> System.Collections.Generic.List<Orleans.Providers.Streams.Common.StreamPosition>
Public Function Add (messages As List(Of EventData), dequeueTimeUtc As DateTime) As List(Of StreamPosition)

Paramètres

messages
List<EventData>
dequeueTimeUtc
DateTime

Retours

Implémente

S’applique à

Add(List<EventData>, DateTime)

Ajoutez une liste d’EventHub EventData au cache.

public System.Collections.Generic.List<Orleans.Providers.Streams.Common.StreamPosition> Add (System.Collections.Generic.List<Microsoft.ServiceBus.Messaging.EventData> messages, DateTime dequeueTimeUtc);
abstract member Add : System.Collections.Generic.List<Microsoft.ServiceBus.Messaging.EventData> * DateTime -> System.Collections.Generic.List<Orleans.Providers.Streams.Common.StreamPosition>
override this.Add : System.Collections.Generic.List<Microsoft.ServiceBus.Messaging.EventData> * DateTime -> System.Collections.Generic.List<Orleans.Providers.Streams.Common.StreamPosition>
Public Function Add (messages As List(Of EventData), dequeueTimeUtc As DateTime) As List(Of StreamPosition)

Paramètres

messages
List<EventData>
dequeueTimeUtc
DateTime

Retours

Implémente

S’applique à