C# Class MightyLittle.MQ.Client.Providers.SendProviderBase

Show file Open project: mickednk/MightyLittle.MQ Class Usage Examples

Protected Properties

Property Type Description
Logger log4net.ILog
Queue System.Messaging.MessageQueue

Public Methods

Method Description
Send ( ) : void
Send ( object message ) : void

Protected Methods

Method Description
SendProviderBase ( System.Messaging.MessageQueue queue ) : System

Private Methods

Method Description
SendProviderBase ( ) : System

Method Details

Send() public abstract method

public abstract Send ( ) : void
return void

Send() public method

public Send ( object message ) : void
message object
return void

SendProviderBase() protected method

protected SendProviderBase ( System.Messaging.MessageQueue queue ) : System
queue System.Messaging.MessageQueue
return System

Property Details

Logger protected property

protected ILog,log4net Logger
return log4net.ILog

Queue protected property

protected MessageQueue,System.Messaging Queue
return System.Messaging.MessageQueue