'Declaration
Public Overloads Sub Send( _ ByVal obj As Object, _ ByVal transactionType As MessageQueueTransactionType _ )
'Usage
Dim instance As MessageQueue Dim obj As Object Dim transactionType As MessageQueueTransactionType instance.Send(obj, transactionType)
public void Send( object obj, MessageQueueTransactionType transactionType )
public: void Send( Object^ obj, MessageQueueTransactionType transactionType )
Parameters
- obj
- The object to send to the queue.
- transactionType
- One of the MessageQueueTransactionType values, describing the type of transaction context to associate with the message.