Table of Contents

Class MsmqSendInterfaceFactory

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

Implementation of the MsmqSendInterfaceFactory contract that deals with an actual MSMQ.

[SecurityCritical]
public class MsmqSendInterfaceFactory : IMsmqSendInterfaceFactory
Inheritance
MsmqSendInterfaceFactory
Implements
Inherited Members

Constructors

MsmqSendInterfaceFactory()

public MsmqSendInterfaceFactory()

Methods

CreateMsmqInterface(string)

Returns a new instance of MsmqSendInterface

[SecurityCritical]
public IMsmqSendInterface CreateMsmqInterface(string queuePath)

Parameters

queuePath string

The MSMQ queue path.

Returns

IMsmqSendInterface

The new MSMQ interface.