Table of Contents

Interface IMsmqSendInterfaceFactory

Namespace
Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners
Assembly
Microsoft.Practices.EnterpriseLibrary.Logging.dll

Specifies the contract for a provider of MSMQ interfaces.

[SecurityCritical]
public interface IMsmqSendInterfaceFactory

Methods

CreateMsmqInterface(string)

Returns a new MSMQ interface.

IMsmqSendInterface CreateMsmqInterface(string queuePath)

Parameters

queuePath string

The MSMQ queue path.

Returns

IMsmqSendInterface

The new MSMQ interface.