EventHubBatchContainer.GetEvents<T> Method

Definition

Gets events of a specific type from the batch.

public System.Collections.Generic.IEnumerable<Tuple<T,Orleans.Streams.StreamSequenceToken>> GetEvents<T> ();
abstract member GetEvents : unit -> seq<'T * Orleans.Streams.StreamSequenceToken>
override this.GetEvents : unit -> seq<'T * Orleans.Streams.StreamSequenceToken>
Public Function GetEvents(Of T) () As IEnumerable(Of Tuple(Of T, StreamSequenceToken))

Type Parameters

T

Returns

Implements

Applies to