C# Class NServiceBus.DurableMessagesConventionExtensions

Add extensions to allow conventions for message durability to be changed.
Afficher le fichier Open project: Particular/NServiceBus

Méthodes publiques

Méthode Description
DefiningExpressMessagesAs ( this builder, bool>.Func definesExpressMessageType ) : ConventionsBuilder

Sets the function to be used to evaluate whether a type is an express message or not.

Method Details

DefiningExpressMessagesAs() public static méthode

Sets the function to be used to evaluate whether a type is an express message or not.
public static DefiningExpressMessagesAs ( this builder, bool>.Func definesExpressMessageType ) : ConventionsBuilder
builder this
definesExpressMessageType bool>.Func
Résultat ConventionsBuilder