Свойство | Type | Description | |
---|---|---|---|
ConnectionInformation | IConnectionInformation | ||
TimeFactory | IGetTimeFactory |
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 |
Méthode | Description | |
---|---|---|
BuildStatus ( ) : IQueueInformation |
Builds the status.
|
|
GetData ( ) : IEnumerable |
Gets the transport specific data.
|
|
QueueStatusProviderBase ( IConnectionInformation connectionInformation, IGetTimeFactory getTimeFactory ) : System |
Initializes a new instance of the QueueStatusProviderBase class.
|
|
SetError ( |
Sets the error.
|
protected BuildStatus ( ) : IQueueInformation | ||
Résultat | IQueueInformation |
protected abstract GetData ( ) : IEnumerable |
||
Résultat | IEnumerable |
public HandlePath ( string path ) : object | ||
path | string | The path. |
Résultat | object |
protected QueueStatusProviderBase ( IConnectionInformation connectionInformation, IGetTimeFactory getTimeFactory ) : System | ||
connectionInformation | IConnectionInformation | The connection information. |
getTimeFactory | IGetTimeFactory | The get time factory. |
Résultat | System |
protected SetError ( |
||
error | The error. | |
Résultat | void |
protected IConnectionInformation ConnectionInformation | ||
Résultat | IConnectionInformation |