C# Class Utilities.AppStartupValidation.MsmqValidator

Validates by checking if the queue exists
Inheritance: IValidator
Afficher le fichier Open project: mrvshah/Utilities

Méthodes publiques

Méthode Description
MsmqValidator ( IEnumerable appSettingQueueNamesToValidate ) : System

Initializes a new instance of the MsmqValidator class.

Validate ( ) : void

Loops through each queue and checks if queue exists

Method Details

MsmqValidator() public méthode

Initializes a new instance of the MsmqValidator class.
public MsmqValidator ( IEnumerable appSettingQueueNamesToValidate ) : System
appSettingQueueNamesToValidate IEnumerable List of queues to validate
Résultat System

Validate() public méthode

Loops through each queue and checks if queue exists
public Validate ( ) : void
Résultat void