BatchContainerBatch.GetEvents<T> 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.
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