IEventHubQueueCache.Add Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Add(List<EventData>, DateTime) |
Add a list of EventHub EventData to the cache. |
Add(List<EventData>, DateTime) |
Add a list of EventHub EventData to the cache. |
Add(List<EventData>, DateTime) |
Add a list of EventHub EventData to the cache. |
Add(List<EventData>, DateTime)
- Source:
- IEventHubQueueCache.cs
Add a list of EventHub EventData to the cache.
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)
Parameters
- dequeueTimeUtc
- DateTime
Returns
Applies to
Add(List<EventData>, DateTime)
Add a list of EventHub EventData to the cache.
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)
Parameters
- dequeueTimeUtc
- DateTime
Returns
Applies to
Add(List<EventData>, DateTime)
Add a list of EventHub EventData to the cache.
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)
Parameters
- dequeueTimeUtc
- DateTime