C# Class DotNetWorkQueue.Configuration.TransportConfigurationSend

Base class for a transport that is being used to send messages
Inheritance: IReadonly, ISetReadonly
Afficher le fichier Open project: blehnen/DotNetWorkQueue Class Usage Examples

Méthodes publiques

Méthode Description
SetReadOnly ( ) : void

Marks this instance as immutable

TransportConfigurationSend ( IConnectionInformation connectionInfo ) : System

Initializes a new instance of the TransportConfigurationSend class.

Méthodes protégées

Méthode Description
FailIfReadOnly ( ) : void

Throws an exception if the read-only flag is true.

Method Details

FailIfReadOnly() protected méthode

Throws an exception if the read-only flag is true.
protected FailIfReadOnly ( ) : void
Résultat void

SetReadOnly() public méthode

Marks this instance as immutable
public SetReadOnly ( ) : void
Résultat void

TransportConfigurationSend() public méthode

Initializes a new instance of the TransportConfigurationSend class.
public TransportConfigurationSend ( IConnectionInformation connectionInfo ) : System
connectionInfo IConnectionInformation The connection information.
Résultat System