Method WaitForInboxPoisoned
WaitForInboxPoisoned<T>(TimeSpan?, Func<TrackedMessage, bool>?)
Waits for a message of the specified type to reach the InboxPoisoned stage.
public Task<TrackedMessage> WaitForInboxPoisoned<T>(TimeSpan? timeout = null, Func<TrackedMessage, bool>? predicate = null) where T : notnull
Parameters
timeoutTimeSpan?predicateFunc<TrackedMessage, bool>
Returns
Type Parameters
T