C# Class EzBus.Msmq.MsmqSendingChannel

Inheritance: ISendingChannel
Show file Open project: Zapote/EzBus

Public Methods

Method Description
Send ( EndpointAddress destination, ChannelMessage channelMessage ) : void

Method Details

Send() public method

public Send ( EndpointAddress destination, ChannelMessage channelMessage ) : void
destination EndpointAddress
channelMessage ChannelMessage
return void