Send(Object) Method
Sends an object to non-transactional queue referenced by this MessageQueue.
Syntax
'Usage Dim instance As MessageQueue Dim obj As Object instance.Send(obj)
Parameters
- obj
- The object to send to the queue.
Exceptions
Exception | Description |
---|---|
MessageQueueException | The Path property has not been set.-or- An error occurred when accessing a Message Queuing method. |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also