C# 클래스 DotNetWorkQueue.QueueStatus.QueueStatusProviderNoOp

A NoOp status provider
상속: IQueueStatusProvider
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
HandlePath ( string path ) : object

Handles custom URL paths

Optional. Return null to indicate that this path is not handled by this provider. Otherwise, return a serializable object

QueueStatusProviderNoOp ( IConnectionInformation connectionInformation ) : System

Initializes a new instance of the QueueStatusProviderNoOp class.

메소드 상세

HandlePath() 공개 메소드

Handles custom URL paths
Optional. Return null to indicate that this path is not handled by this provider. Otherwise, return a serializable object
public HandlePath ( string path ) : object
path string The path.
리턴 object

QueueStatusProviderNoOp() 공개 메소드

Initializes a new instance of the QueueStatusProviderNoOp class.
public QueueStatusProviderNoOp ( IConnectionInformation connectionInformation ) : System
connectionInformation IConnectionInformation The connection information.
리턴 System