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