C# Class NServiceBus.Unicast.Subscriptions.MessageDrivenSubscriptions.Subscriber

Represents a subscriber in message-driven subscriptions.
Mostra file Open project: Particular/NServiceBus Class Usage Examples

Public Methods

Method Description
Subscriber ( string transportAddress, string endpoint )

Creates a new subscriber.

Method Details

Subscriber() public method

Creates a new subscriber.
public Subscriber ( string transportAddress, string endpoint )
transportAddress string Transport address.
endpoint string Endpoint name (optional).