C# Class DotNetWorkQueue.QueueStatus.QueueStatusProviderNoOp

A NoOp status provider
Inheritance: IQueueStatusProvider
显示文件 Open project: blehnen/DotNetWorkQueue

Public Methods

Method 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 method

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.
return object

QueueStatusProviderNoOp() public method

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