C# Class IntegrationPatterns.ServiceBus.Channel

Inheritance: IChannel
Datei anzeigen Open project: HaishiBai/EnterpriseIntegrationPatterns

Protected Properties

Property Type Description
myClient QueueClient
myRunningState bool

Public Methods

Method Description
Channel ( ) : System
Channel ( string name ) : System
Close ( ) : void
Open ( ) : void
Send ( IMessage value ) : void

Protected Methods

Method Description
RaiseMessageReceivedEvent ( object sender, ChannelMessageEventArgs e ) : void

Method Details

Channel() public method

public Channel ( ) : System
return System

Channel() public method

public Channel ( string name ) : System
name string
return System

Close() public method

public Close ( ) : void
return void

Open() public method

public Open ( ) : void
return void

RaiseMessageReceivedEvent() protected method

protected RaiseMessageReceivedEvent ( object sender, ChannelMessageEventArgs e ) : void
sender object
e IntegrationPatterns.Infrastructure.ChannelMessageEventArgs
return void

Send() public method

public Send ( IMessage value ) : void
value IMessage
return void

Property Details

myClient protected_oe property

protected QueueClient myClient
return QueueClient

myRunningState protected_oe property

protected bool myRunningState
return bool