C# 클래스 Rhino.Queues.Storage.AbstractActions

상속: IDisposable
파일 보기 프로젝트 열기: hibernating-rhinos/rhino-queues 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
AddSubqueueTo ( string queueName, string subQueue ) : void
Commit ( ) : void
Dispose ( ) : void
GetQueue ( string queueName ) : Rhino.Queues.Storage.QueueActions

보호된 메소드들

메소드 설명
AbstractActions ( JET_INSTANCE instance, Rhino.Queues.Storage.ColumnsInformation columnsInformation, string database, System.Guid instanceId ) : System

비공개 메소드들

메소드 설명
AddToNumberOfMessagesIn ( string queueName, int count ) : void
GetSubqueues ( string queueName ) : string[]

메소드 상세

AbstractActions() 보호된 메소드

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
리턴 System

AddSubqueueTo() 공개 메소드

public AddSubqueueTo ( string queueName, string subQueue ) : void
queueName string
subQueue string
리턴 void

Commit() 공개 메소드

public Commit ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetQueue() 공개 메소드

public GetQueue ( string queueName ) : Rhino.Queues.Storage.QueueActions
queueName string
리턴 Rhino.Queues.Storage.QueueActions

프로퍼티 상세

ColumnsInformation 보호되어 있는 프로퍼티

protected ColumnsInformation,Rhino.Queues.Storage ColumnsInformation
리턴 Rhino.Queues.Storage.ColumnsInformation

dbid 보호되어 있는 프로퍼티

protected JET_DBID dbid
리턴 JET_DBID

instanceId 보호되어 있는 프로퍼티

protected Guid,System instanceId
리턴 System.Guid

outgoing 보호되어 있는 프로퍼티

protected Table,Microsoft.Isam.Esent.Interop outgoing
리턴 Microsoft.Isam.Esent.Interop.Table

outgoingHistory 보호되어 있는 프로퍼티

protected Table,Microsoft.Isam.Esent.Interop outgoingHistory
리턴 Microsoft.Isam.Esent.Interop.Table

queues 보호되어 있는 프로퍼티

protected Table,Microsoft.Isam.Esent.Interop queues
리턴 Microsoft.Isam.Esent.Interop.Table

queuesByName 보호되어 있는 프로퍼티

protected Dictionary queuesByName
리턴 QueueActions>.Dictionary

recovery 보호되어 있는 프로퍼티

protected Table,Microsoft.Isam.Esent.Interop recovery
리턴 Microsoft.Isam.Esent.Interop.Table

recveivedMsgs 보호되어 있는 프로퍼티

protected Table,Microsoft.Isam.Esent.Interop recveivedMsgs
리턴 Microsoft.Isam.Esent.Interop.Table

session 보호되어 있는 프로퍼티

protected Session,Microsoft.Isam.Esent.Interop session
리턴 Microsoft.Isam.Esent.Interop.Session

subqueues 보호되어 있는 프로퍼티

protected Table,Microsoft.Isam.Esent.Interop subqueues
리턴 Microsoft.Isam.Esent.Interop.Table

transaction 보호되어 있는 프로퍼티

protected Transaction,Microsoft.Isam.Esent.Interop transaction
리턴 Microsoft.Isam.Esent.Interop.Transaction

txs 보호되어 있는 프로퍼티

protected Table,Microsoft.Isam.Esent.Interop txs
리턴 Microsoft.Isam.Esent.Interop.Table