C# Class NServiceBus.TimeToBeReceivedMappings

Show file Open project: Particular/NServiceBus Class Usage Examples

Public Properties

Property Type Description
DefaultConvention TimeSpan>.Func

Public Methods

Method Description
TimeToBeReceivedMappings ( IEnumerable knownMessages, TimeSpan>.Func convention, bool doesTransportSupportDiscardIfNotReceivedBefore ) : System
TryGetTimeToBeReceived ( Type messageType, System.TimeSpan &timeToBeReceived ) : bool

Private Methods

Method Description
GetTimeToBeReceived ( TimeSpan>.Func convention, Type messageType, bool doesTransportSupportDiscardIfNotReceivedBefore ) : System.TimeSpan

Method Details

TimeToBeReceivedMappings() public method

public TimeToBeReceivedMappings ( IEnumerable knownMessages, TimeSpan>.Func convention, bool doesTransportSupportDiscardIfNotReceivedBefore ) : System
knownMessages IEnumerable
convention TimeSpan>.Func
doesTransportSupportDiscardIfNotReceivedBefore bool
return System

TryGetTimeToBeReceived() public method

public TryGetTimeToBeReceived ( Type messageType, System.TimeSpan &timeToBeReceived ) : bool
messageType System.Type
timeToBeReceived System.TimeSpan
return bool

Property Details

DefaultConvention public static property

public static Func DefaultConvention
return TimeSpan>.Func