C# 클래스 Apache.NMS.ActiveMQ.Transport.MutexTransport

A Transport which guards access to the next transport using a mutex.
상속: TransportFilter
파일 보기 프로젝트 열기: ThorTech/apache-nms

공개 메소드들

메소드 설명
AsyncRequest ( Command command ) : FutureResponse
MutexTransport ( ITransport next ) : System
Oneway ( Command command ) : void
Request ( Command command, System.TimeSpan timeout ) : Response

메소드 상세

AsyncRequest() 공개 메소드

public AsyncRequest ( Command command ) : FutureResponse
command Command
리턴 FutureResponse

MutexTransport() 공개 메소드

public MutexTransport ( ITransport next ) : System
next ITransport
리턴 System

Oneway() 공개 메소드

public Oneway ( Command command ) : void
command Command
리턴 void

Request() 공개 메소드

public Request ( Command command, System.TimeSpan timeout ) : Response
command Command
timeout System.TimeSpan
리턴 Apache.NMS.ActiveMQ.Commands.Response