C# Class NServiceBus.Routing.MulticastAddressTag

Represents a route that should deliver the message to all interested subscribers.
Inheritance: AddressTag
Afficher le fichier Open project: Particular/NServiceBus

Méthodes publiques

Méthode Description
MulticastAddressTag ( Type messageType ) : System

Initializes a new instance of MulticastAddressTag.

Method Details

MulticastAddressTag() public méthode

Initializes a new instance of MulticastAddressTag.
public MulticastAddressTag ( Type messageType ) : System
messageType System.Type The event being published.
Résultat System