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