C# Class NServiceBus.MsmqTransportInfrastructure

Inheritance: TransportInfrastructure
Afficher le fichier Open project: Particular/NServiceBus Class Usage Examples

Méthodes publiques

Méthode Description
BindToLocalEndpoint ( EndpointInstance instance ) : EndpointInstance
ConfigureReceiveInfrastructure ( ) : TransportReceiveInfrastructure
ConfigureSendInfrastructure ( ) : TransportSendInfrastructure
ConfigureSubscriptionInfrastructure ( ) : TransportSubscriptionInfrastructure
MakeCanonicalForm ( string transportAddress ) : string
MsmqTransportInfrastructure ( ReadOnlySettings settings ) : System
ToTransportAddress ( LogicalAddress logicalAddress ) : string

Private Methods

Méthode Description
SelectReceiveStrategy ( TransportTransactionMode minimumConsistencyGuarantee, TransactionOptions transactionOptions ) : ReceiveStrategy

Method Details

BindToLocalEndpoint() public méthode

public BindToLocalEndpoint ( EndpointInstance instance ) : EndpointInstance
instance EndpointInstance
Résultat EndpointInstance

ConfigureReceiveInfrastructure() public méthode

public ConfigureReceiveInfrastructure ( ) : TransportReceiveInfrastructure
Résultat TransportReceiveInfrastructure

ConfigureSendInfrastructure() public méthode

public ConfigureSendInfrastructure ( ) : TransportSendInfrastructure
Résultat TransportSendInfrastructure

ConfigureSubscriptionInfrastructure() public méthode

public ConfigureSubscriptionInfrastructure ( ) : TransportSubscriptionInfrastructure
Résultat TransportSubscriptionInfrastructure

MakeCanonicalForm() public méthode

public MakeCanonicalForm ( string transportAddress ) : string
transportAddress string
Résultat string

MsmqTransportInfrastructure() public méthode

public MsmqTransportInfrastructure ( ReadOnlySettings settings ) : System
settings ReadOnlySettings
Résultat System

ToTransportAddress() public méthode

public ToTransportAddress ( LogicalAddress logicalAddress ) : string
logicalAddress LogicalAddress
Résultat string