C# (CSharp) NServiceBus.Transport Namespace

Nested Namespaces

NServiceBus.Transport.AzureServiceBus
NServiceBus.Transport.AzureStorageQueues
NServiceBus.Transport.Msmq
NServiceBus.Transport.SqlServer

Classes

Name Description
ErrorContext The context for messages that has failed processing.
IncomingMessage The raw message coming from the transport.
IncomingMessageExtensions Helper methods for IncomingMessage.
LogicalAddressExtensions Extension methods for access to various transport address helpers.
MessageContext Allows the transport to pass relevant info to the pipeline.
MulticastTransportOperation Represents a transport operation which should be delivered to multiple receivers.
OutboundRoutingPolicy Defines the policy for outbound routing.
OutgoingMessage The message going out to the transport.
PushRuntimeSettings Controls how the message pump should behave.
PushSettings Contains information necessary to set up a message pump for receiving messages.
QueueBindings Contains information about queues this endpoint is using.
StartupCheckResult Represents a result of a pre-startup check.
TransportDefinition Defines a transport.
TransportInfrastructure Transport infrastructure definitions.
TransportOperation Defines the transport operations including the message and information how to send it.
TransportOperations Represents a set of transport operations.
TransportReceiveInfrastructure Represents the infrastructure of the transport used for receiving.
TransportSendInfrastructure Represents the result for configuring the transport for sending.
TransportSubscriptionInfrastructure Represents the result for configuring the transport for subscribing.
TransportTransaction Represents a transaction used to receive the message from the queueing infrastructure.
UnicastTransportOperation Represents a transport operation which should be delivered to a single receiver.