GetEvents
public IEnumerable<Tuple<T, StreamSequenceToken>> GetEvents<T>() Gets events of a specific type from the batch.
public IEnumerable<Tuple<T, StreamSequenceToken>> GetEvents<T>()public bool ImportRequestContext()public static EventData ToEventData<T>(Serializer bodySerializer, StreamId streamId, IEnumerable<T> events, Dictionary<string, object> requestContext)bodySerializerSerializerstreamIdStreamIdeventsIEnumerable<T>requestContextDictionary<string, object>public static void UpdateEventData<T>(EventData eventData, Serializer bodySerializer, StreamId streamId, IEnumerable<T> events, Dictionary<string, object> requestContext)eventDataEventDataAzure.Messaging.EventHubs.EventData instance to update with a new body and context.bodySerializerSerializerstreamIdStreamIdeventsIEnumerable<T>requestContextDictionary<string, object>