MsmqSendInterfaceFactory.CreateMsmqInterface Method

Returns a new instance of MsmqSendInterface

Namespace: Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners
Assembly: Microsoft.Practices.EnterpriseLibrary.Logging (in Microsoft.Practices.EnterpriseLibrary.Logging.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

public IMsmqSendInterface CreateMsmqInterface(
    string queuePath
)
'Declaration
Public Function CreateMsmqInterface ( 
    queuePath As String
) As IMsmqSendInterface
public:
virtual IMsmqSendInterface^ CreateMsmqInterface(
    String^ queuePath
) sealed

Parameters

Return Value

Type: IMsmqSendInterface
The new MSMQ interface.

Implements

IMsmqSendInterfaceFactory.CreateMsmqInterface(String)

See Also

MsmqSendInterfaceFactory Class

MsmqSendInterfaceFactory Members

Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners Namespace