Ejemplo n.º 1
0
 /// <summary>
 /// Gets the published events for the <paramref name="correlationId"/>.
 /// </summary>
 /// <param name="correlationId">The correlation identifier.</param>
 /// <returns>An <see cref="Beef.Events.EventData"/> array.</returns>
 public static List <EventData> GetPublishedEvents(string?correlationId = null) => ExpectEventPublisher.GetPublishedEvents(correlationId);