C# Class NServiceBus.TimeToBeReceivedConventionExtensions

Provides the ability to specify TTBR using a convention.
Show file Open project: Particular/NServiceBus

Public Methods

Method Description
DefiningTimeToBeReceivedAs ( this builder, TimeSpan>.Func retrieveTimeToBeReceived ) : ConventionsBuilder

Sets the function to be used to evaluate whether a message has a time to be received.

Method Details

DefiningTimeToBeReceivedAs() public static method

Sets the function to be used to evaluate whether a message has a time to be received.
public static DefiningTimeToBeReceivedAs ( this builder, TimeSpan>.Func retrieveTimeToBeReceived ) : ConventionsBuilder
builder this
retrieveTimeToBeReceived TimeSpan>.Func
return ConventionsBuilder