C# Class TransactionalNodeService.Common.TransactionOperations.SessionFinalisation

Afficher le fichier Open project: chris-tomich/Glyma Class Usage Examples

Protected Properties

Свойство Type Description
_user string

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ExecuteCompleteSession ( ) : void
ExecuteIsCompletedQuery ( ) : bool
SessionFinalisation ( IGlymaSession glymaSession, System.Guid sessionId ) : System

Méthodes protégées

Méthode Description
CreateCompleteSessionCommand ( SqlConnection connection ) : SqlCommand
CreateQuerySessionCommand ( SqlConnection connection ) : SqlCommand

Method Details

CreateCompleteSessionCommand() protected méthode

protected CreateCompleteSessionCommand ( SqlConnection connection ) : SqlCommand
connection System.Data.SqlClient.SqlConnection
Résultat System.Data.SqlClient.SqlCommand

CreateQuerySessionCommand() protected méthode

protected CreateQuerySessionCommand ( SqlConnection connection ) : SqlCommand
connection System.Data.SqlClient.SqlConnection
Résultat System.Data.SqlClient.SqlCommand

ExecuteCompleteSession() public méthode

public ExecuteCompleteSession ( ) : void
Résultat void

ExecuteIsCompletedQuery() public méthode

public ExecuteIsCompletedQuery ( ) : bool
Résultat bool

SessionFinalisation() public méthode

public SessionFinalisation ( IGlymaSession glymaSession, System.Guid sessionId ) : System
glymaSession IGlymaSession
sessionId System.Guid
Résultat System

Property Details

_user protected_oe property

protected string _user
Résultat string