C# Class Paralect.ServiceBus.InMemory.InMemorySynchronousTransportEndpoint

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

Private Properties

Property Type Description

Public Methods

Method Description
Dispose ( ) : void
InMemorySynchronousTransportEndpoint ( 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
Start ( ) : void
Wait ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

InMemorySynchronousTransportEndpoint() public method

Initializes a new instance of the T:System.Object class.
public InMemorySynchronousTransportEndpoint ( 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

Start() public method

public Start ( ) : void
return void

Wait() public method

public Wait ( ) : void
return void