메소드 | 설명 | |
---|---|---|
SessionManager ( Func |
Constructor.
|
메소드 | 설명 | |
---|---|---|
ClearStoredSession ( ) : void |
Removes the session stored in the callcontext
|
|
GetStoredSession ( ) : ISession |
Retrieves the session stored in the callcontext
|
|
ISessionManager ( ) : ISession | ||
Inner_TransactionCompleted ( object sender, System e ) : void |
Clear the CallContext when the transaction ends
|
|
ObtainCurrentTransaction ( ) : Maybe |
Gets the current transaction from de AutoTx facility via an ITransactionManager
|
|
StoreSession ( ISession session ) : void |
Stores a session in the CallContext
|
public SessionManager ( Func |
||
getSession | Func |
|
transactionManager | ITransactionManager | |
리턴 | System |