C# Class IServiceOriented.ServiceBus.UnitTests.CEcho

Inheritance: IEcho
Mostra file Open project: jezell/iserviceoriented Class Usage Examples

Public Methods

Method Description
Echo ( string echo ) : string
ThrowInvalidOperationException ( string echo ) : string

Private Methods

Method Description
ThrowFaultException ( string echo ) : string

Method Details

Echo() public method

public Echo ( string echo ) : string
echo string
return string

ThrowInvalidOperationException() public method

public ThrowInvalidOperationException ( string echo ) : string
echo string
return string