C# Class Apache.NMS.ActiveMQ.Test.TestMain

Datei anzeigen Open project: ThorTech/apache-nms

Protected Properties

Property Type Description
message ITextMessage
receiveTimeout System.TimeSpan
semaphore System.Threading.AutoResetEvent

Public Methods

Method Description
Main ( string args ) : void

Protected Methods

Method Description
OnMessage ( IMessage receivedMsg ) : void

Method Details

Main() public static method

public static Main ( string args ) : void
args string
return void

OnMessage() protected static method

protected static OnMessage ( IMessage receivedMsg ) : void
receivedMsg IMessage
return void

Property Details

message protected_oe static_oe property

protected static ITextMessage message
return ITextMessage

receiveTimeout protected_oe static_oe property

protected static TimeSpan,System receiveTimeout
return System.TimeSpan

semaphore protected_oe static_oe property

protected static AutoResetEvent,System.Threading semaphore
return System.Threading.AutoResetEvent