|
|
От: |
steetsl
|
http://spiderindahaus.blogspot.com/ |
| Дата: | 22.08.05 10:07 | ||
| Оценка: | |||
myQueue = New MessageQueue(".\private$\myTransactionalQueue")
' Send a message to the queue.
If myQueue.Transactional = True Then
myQueue.Send("My Message Data.", New _
MessageQueueTransaction)
End If