프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ConnectionInformation | IConnectionInformation | ||
TimeFactory | IGetTimeFactory |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
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 QueueStatusProviderBase ( IConnectionInformation connectionInformation, IGetTimeFactory getTimeFactory ) : System | ||
connectionInformation | IConnectionInformation | The connection information. |
getTimeFactory | IGetTimeFactory | The get time factory. |
리턴 | System |
protected SetError ( |
||
error | The error. | |
리턴 | void |
protected IConnectionInformation ConnectionInformation | ||
리턴 | IConnectionInformation |