C# 클래스 Paralect.ServiceBus.InMemory.InMemorySynchronousTransportEndpoint

상속: ITransportEndpoint, ITransportEndpointObserver
파일 보기 프로젝트 열기: paralect/Paralect.ServiceBus 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

InMemorySynchronousTransportEndpoint() 공개 메소드

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

Purge() 공개 메소드

public Purge ( ) : void
리턴 void

Receive() 공개 메소드

public Receive ( System.TimeSpan timeout ) : TransportMessage
timeout System.TimeSpan
리턴 TransportMessage

Send() 공개 메소드

public Send ( TransportMessage message ) : void
message TransportMessage
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Wait() 공개 메소드

public Wait ( ) : void
리턴 void