C# 클래스 RedisProducer.Commands.QueueCreation

상속: IConsoleCommand, IDisposable
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
CreateModuleIfNeeded ( string queueName ) : void

메소드 상세

Dispose() 공개 메소드

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

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Example() 공개 메소드

public Example ( string command ) : ConsoleExecuteResult
command string
리턴 ConsoleShared.ConsoleExecuteResult

Help() 공개 메소드

public Help ( ) : ConsoleExecuteResult
리턴 ConsoleShared.ConsoleExecuteResult

QueueCreation() 공개 메소드

public QueueCreation ( ) : System
리턴 System

RemoveQueue() 공개 메소드

public RemoveQueue ( string queueName ) : ConsoleExecuteResult
queueName string
리턴 ConsoleShared.ConsoleExecuteResult