Method | Description | |
---|---|---|
Prepare ( string queueName, QueueType queueType ) : void |
Method | Description | |
---|---|---|
CreateQueueIfNotExists ( string queuePath ) : void | ||
PurgeQueue ( string queuePath ) : void | ||
PurgeSubqueue ( string queuePath, string subqueueName ) : void | ||
PurgeSubqueues ( string queuePath, QueueType queueType ) : void |
public static Prepare ( string queueName, QueueType queueType ) : void | ||
queueName | string | |
queueType | QueueType | |
return | void |