C# 클래스 Utils.PrepareQueues

파일 보기 프로젝트 열기: BjRo/LearningRhinoServiceBus

공개 메소드들

메소드 설명
Prepare ( string queueName, QueueType queueType ) : void

비공개 메소드들

메소드 설명
CreateQueueIfNotExists ( string queuePath ) : void
PurgeQueue ( string queuePath ) : void
PurgeSubqueue ( string queuePath, string subqueueName ) : void
PurgeSubqueues ( string queuePath, QueueType queueType ) : void

메소드 상세

Prepare() 공개 정적인 메소드

public static Prepare ( string queueName, QueueType queueType ) : void
queueName string
queueType QueueType
리턴 void