Ejemplo n.º 1
0
 /// <summary>
 /// Gets the count of <see cref="IEventPublisher.SendAsync">sends</see> that were performed for the specified <paramref name="correlationId"/>.
 /// </summary>
 public static int GetSendCount(string?correlationId = null) => ExpectEventPublisher.GetSendCount(correlationId);