C# Class Rhino.Queues.Storage.AbstractActions

Inheritance: IDisposable
Afficher le fichier Open project: hibernating-rhinos/rhino-queues Class Usage Examples

Protected Properties

Свойство Type Description
ColumnsInformation Rhino.Queues.Storage.ColumnsInformation
dbid JET_DBID
instanceId System.Guid
outgoing Microsoft.Isam.Esent.Interop.Table
outgoingHistory Microsoft.Isam.Esent.Interop.Table
queues Microsoft.Isam.Esent.Interop.Table
queuesByName QueueActions>.Dictionary
recovery Microsoft.Isam.Esent.Interop.Table
recveivedMsgs Microsoft.Isam.Esent.Interop.Table
session Microsoft.Isam.Esent.Interop.Session
subqueues Microsoft.Isam.Esent.Interop.Table
transaction Microsoft.Isam.Esent.Interop.Transaction
txs Microsoft.Isam.Esent.Interop.Table

Méthodes publiques

Méthode Description
AddSubqueueTo ( string queueName, string subQueue ) : void
Commit ( ) : void
Dispose ( ) : void
GetQueue ( string queueName ) : Rhino.Queues.Storage.QueueActions

Méthodes protégées

Méthode Description
AbstractActions ( JET_INSTANCE instance, Rhino.Queues.Storage.ColumnsInformation columnsInformation, string database, System.Guid instanceId ) : System

Private Methods

Méthode Description
AddToNumberOfMessagesIn ( string queueName, int count ) : void
GetSubqueues ( string queueName ) : string[]

Method Details

AbstractActions() protected méthode

protected AbstractActions ( JET_INSTANCE instance, Rhino.Queues.Storage.ColumnsInformation columnsInformation, string database, System.Guid instanceId ) : System
instance JET_INSTANCE
columnsInformation Rhino.Queues.Storage.ColumnsInformation
database string
instanceId System.Guid
Résultat System

AddSubqueueTo() public méthode

public AddSubqueueTo ( string queueName, string subQueue ) : void
queueName string
subQueue string
Résultat void

Commit() public méthode

public Commit ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetQueue() public méthode

public GetQueue ( string queueName ) : Rhino.Queues.Storage.QueueActions
queueName string
Résultat Rhino.Queues.Storage.QueueActions

Property Details

ColumnsInformation protected_oe property

protected ColumnsInformation,Rhino.Queues.Storage ColumnsInformation
Résultat Rhino.Queues.Storage.ColumnsInformation

dbid protected_oe property

protected JET_DBID dbid
Résultat JET_DBID

instanceId protected_oe property

protected Guid,System instanceId
Résultat System.Guid

outgoing protected_oe property

protected Table,Microsoft.Isam.Esent.Interop outgoing
Résultat Microsoft.Isam.Esent.Interop.Table

outgoingHistory protected_oe property

protected Table,Microsoft.Isam.Esent.Interop outgoingHistory
Résultat Microsoft.Isam.Esent.Interop.Table

queues protected_oe property

protected Table,Microsoft.Isam.Esent.Interop queues
Résultat Microsoft.Isam.Esent.Interop.Table

queuesByName protected_oe property

protected Dictionary queuesByName
Résultat QueueActions>.Dictionary

recovery protected_oe property

protected Table,Microsoft.Isam.Esent.Interop recovery
Résultat Microsoft.Isam.Esent.Interop.Table

recveivedMsgs protected_oe property

protected Table,Microsoft.Isam.Esent.Interop recveivedMsgs
Résultat Microsoft.Isam.Esent.Interop.Table

session protected_oe property

protected Session,Microsoft.Isam.Esent.Interop session
Résultat Microsoft.Isam.Esent.Interop.Session

subqueues protected_oe property

protected Table,Microsoft.Isam.Esent.Interop subqueues
Résultat Microsoft.Isam.Esent.Interop.Table

transaction protected_oe property

protected Transaction,Microsoft.Isam.Esent.Interop transaction
Résultat Microsoft.Isam.Esent.Interop.Transaction

txs protected_oe property

protected Table,Microsoft.Isam.Esent.Interop txs
Résultat Microsoft.Isam.Esent.Interop.Table