Method | Description | |
---|---|---|
CheckAvailabilityOfQueue ( QueueName queue ) : void | ||
MsmqQueueTransport ( Configuration configuration ) : System |
Initializes a new instance of the T:System.Object class.
|
|
Send ( object message, QueueName queueName ) : void | ||
Start ( ) : void | ||
Stop ( ) : void |
Method | Description | |
---|---|---|
QueueObserverThread ( object state ) : void |
Method | Description | |
---|---|---|
SendIternal ( Object message, System.Messaging.MessageQueue queue ) : void |
public CheckAvailabilityOfQueue ( QueueName queue ) : void | ||
queue | QueueName | |
return | void |
public MsmqQueueTransport ( Configuration configuration ) : System | ||
configuration | Configuration | |
return | System |
protected QueueObserverThread ( object state ) : void | ||
state | object | |
return | void |
public Send ( object message, QueueName queueName ) : void | ||
message | object | |
queueName | QueueName | |
return | void |