C# Class NServiceBus.TimeToBeReceivedMappings

Afficher le fichier Open project: Particular/NServiceBus Class Usage Examples

Méthodes publiques

Свойство Type Description
DefaultConvention TimeSpan>.Func

Méthodes publiques

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

Private Methods

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

Method Details

TimeToBeReceivedMappings() public méthode

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

TryGetTimeToBeReceived() public méthode

public TryGetTimeToBeReceived ( Type messageType, System.TimeSpan &timeToBeReceived ) : bool
messageType System.Type
timeToBeReceived System.TimeSpan
Résultat bool

Property Details

DefaultConvention public_oe static_oe property

public static Func DefaultConvention
Résultat TimeSpan>.Func