Interface IMsmqSendInterface
- Assembly
- Microsoft.Practices.EnterpriseLibrary.Logging.dll
Specifies the contract for a MSMQ interface object.
[SecurityCritical]
public interface IMsmqSendInterface : IDisposable
- Inherited Members
Properties
Transactional
The transactional status of the MSMQ.
bool Transactional { get; }
Property Value
Methods
Close()
Close the msmq.
void Close()
Send(Message, MessageQueueTransactionType)
Send a message to the MSMQ.
void Send(Message message, MessageQueueTransactionType transactionType)
Parameters
message
MessageThe System.Messaging.Message to send.
transactionType
MessageQueueTransactionTypeThe System.Messaging.MessageQueueTransactionType value that specifies the type of transaction to use.