C# Class DotNetWorkQueue.QueueStatus.QueueStatusProviderNoOp

A NoOp status provider
Inheritance: IQueueStatusProvider
Afficher le fichier Open project: blehnen/DotNetWorkQueue

Méthodes publiques

Méthode Description
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.

Method Details

HandlePath() public méthode

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.
Résultat object

QueueStatusProviderNoOp() public méthode

Initializes a new instance of the QueueStatusProviderNoOp class.
public QueueStatusProviderNoOp ( IConnectionInformation connectionInformation ) : System
connectionInformation IConnectionInformation The connection information.
Résultat System