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

Afficher le fichier Open project: ThorTech/apache-nms

Protected Properties

Свойство Type Description
message ITextMessage
receiveTimeout System.TimeSpan
semaphore System.Threading.AutoResetEvent

Méthodes publiques

Méthode Description
Main ( string args ) : void

Méthodes protégées

Méthode Description
OnMessage ( IMessage receivedMsg ) : void

Method Details

Main() public static méthode

public static Main ( string args ) : void
args string
Résultat void

OnMessage() protected static méthode

protected static OnMessage ( IMessage receivedMsg ) : void
receivedMsg IMessage
Résultat void

Property Details

message protected_oe static_oe property

protected static ITextMessage message
Résultat ITextMessage

receiveTimeout protected_oe static_oe property

protected static TimeSpan,System receiveTimeout
Résultat System.TimeSpan

semaphore protected_oe static_oe property

protected static AutoResetEvent,System.Threading semaphore
Résultat System.Threading.AutoResetEvent