C# Class EzBus.Msmq.MsmqReceivingChannel

Inheritance: IReceivingChannel
Afficher le fichier Open project: Zapote/EzBus

Méthodes publiques

Méthode Description
Initialize ( EndpointAddress inputAddress, EndpointAddress errorAddress ) : void
MsmqReceivingChannel ( ) : System

Private Methods

Méthode Description
GetMessageHeaders ( Message m ) : MessageHeader[]
OnPeekCompleted ( object sender, System.Messaging.PeekCompletedEventArgs e ) : void
OnReceiveCompleted ( object sender, System.Messaging.ReceiveCompletedEventArgs e ) : void

Method Details

Initialize() public méthode

public Initialize ( EndpointAddress inputAddress, EndpointAddress errorAddress ) : void
inputAddress EndpointAddress
errorAddress EndpointAddress
Résultat void

MsmqReceivingChannel() public méthode

public MsmqReceivingChannel ( ) : System
Résultat System