Table of Contents

Interface IMsmqSendInterface

Namespace
Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners
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

bool

Methods

Close()

Close the msmq.

void Close()

Send(Message, MessageQueueTransactionType)

Send a message to the MSMQ.

void Send(Message message, MessageQueueTransactionType transactionType)

Parameters

message Message

The System.Messaging.Message to send.

transactionType MessageQueueTransactionType

The System.Messaging.MessageQueueTransactionType value that specifies the type of transaction to use.