Class MsmqSendInterfaceFactory
- 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
stringThe MSMQ queue path.
Returns
- IMsmqSendInterface
The new MSMQ interface.