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