C# Class IServiceOriented.ServiceBus.UnitTests.PassThroughService

Inheritance: IPassThroughServiceContract
ファイルを表示 Open project: jezell/iserviceoriented Class Usage Examples

Public Properties

Property Type Description
Validator Action

Public Methods

Method Description
Send ( Message message ) : void

Method Details

Send() public method

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

Property Details

Validator public_oe property

public Action Validator
return Action