C# Class NServiceBus.Routing.MulticastAddressTag

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

Public Methods

Method Description
MulticastAddressTag ( Type messageType ) : System

Initializes a new instance of MulticastAddressTag.

Method Details

MulticastAddressTag() public method

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