C# Class SevenDigital.Messaging.Integration.Tests._Helpers.HoldingEventHook

Inheritance: IEventHook
Datei anzeigen Open project: i-e-b/SevenDigital.Messaging Class Usage Examples

Public Properties

Property Type Description
AutoResetEvent System.Threading.AutoResetEvent
sent IMessage

Public Methods

Method Description
HandlerFailed ( IMessage message, Type handler, Exception ex ) : void
MessageReceived ( IMessage msg ) : void
MessageSent ( IMessage msg ) : void

Method Details

HandlerFailed() public method

public HandlerFailed ( IMessage message, Type handler, Exception ex ) : void
message IMessage
handler System.Type
ex System.Exception
return void

MessageReceived() public method

public MessageReceived ( IMessage msg ) : void
msg IMessage
return void

MessageSent() public method

public MessageSent ( IMessage msg ) : void
msg IMessage
return void

Property Details

AutoResetEvent public_oe static_oe property

public static AutoResetEvent,System.Threading AutoResetEvent
return System.Threading.AutoResetEvent

sent public_oe property

public IMessage sent
return IMessage