C# Class RedisProducer.Commands.QueueCreation

Inheritance: IConsoleCommand, IDisposable
Afficher le fichier Open project: blehnen/DotNetWorkQueue

Méthodes publiques

Méthode Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Example ( string command ) : ConsoleExecuteResult
Help ( ) : ConsoleExecuteResult
QueueCreation ( ) : System
RemoveQueue ( string queueName ) : ConsoleExecuteResult

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
CreateModuleIfNeeded ( string queueName ) : void

Method Details

Dispose() public méthode

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Example() public méthode

public Example ( string command ) : ConsoleExecuteResult
command string
Résultat ConsoleShared.ConsoleExecuteResult

Help() public méthode

public Help ( ) : ConsoleExecuteResult
Résultat ConsoleShared.ConsoleExecuteResult

QueueCreation() public méthode

public QueueCreation ( ) : System
Résultat System

RemoveQueue() public méthode

public RemoveQueue ( string queueName ) : ConsoleExecuteResult
queueName string
Résultat ConsoleShared.ConsoleExecuteResult