C# Class Paralect.ServiceBus.InMemory.InMemoryTransportEndpoint

Inheritance: ITransportEndpoint
Mostrar archivo Open project: paralect/Paralect.ServiceBus Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
InMemoryTransportEndpoint ( TransportEndpointAddress name, ITransport transport ) : System

Initializes a new instance of the T:System.Object class.

Purge ( ) : void
Receive ( System.TimeSpan timeout ) : TransportMessage
Send ( TransportMessage message ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

InMemoryTransportEndpoint() public method

Initializes a new instance of the T:System.Object class.
public InMemoryTransportEndpoint ( TransportEndpointAddress name, ITransport transport ) : System
name TransportEndpointAddress
transport ITransport
return System

Purge() public method

public Purge ( ) : void
return void

Receive() public method

public Receive ( System.TimeSpan timeout ) : TransportMessage
timeout System.TimeSpan
return TransportMessage

Send() public method

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