C# 클래스 Apache.NMS.ActiveMQ.Test.NMSConnectionFactoryTest

파일 보기 프로젝트 열기: ThorTech/apache-nms

공개 메소드들

메소드 설명
OnOutgoingCommand ( ITransport transport, Command command ) : void

비공개 메소드들

메소드 설명
TestConnectionSendsAuthenticationData ( ) : void
TestURI ( string connectionURI ) : void
TestURIForPrefetchHandling ( int queuePreFetch, int queueBrowserPrefetch, int topicPrefetch, int durableTopicPrefetch, int maximumPendingMessageLimit ) : void

메소드 상세

OnOutgoingCommand() 공개 메소드

public OnOutgoingCommand ( ITransport transport, Command command ) : void
transport ITransport
command Command
리턴 void