C# 클래스 TransactionalNodeService.Common.TransactionOperations.SessionFinalisation

파일 보기 프로젝트 열기: chris-tomich/Glyma 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_user string

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ExecuteCompleteSession ( ) : void
ExecuteIsCompletedQuery ( ) : bool
SessionFinalisation ( IGlymaSession glymaSession, System.Guid sessionId ) : System

보호된 메소드들

메소드 설명
CreateCompleteSessionCommand ( SqlConnection connection ) : SqlCommand
CreateQuerySessionCommand ( SqlConnection connection ) : SqlCommand

메소드 상세

CreateCompleteSessionCommand() 보호된 메소드

protected CreateCompleteSessionCommand ( SqlConnection connection ) : SqlCommand
connection System.Data.SqlClient.SqlConnection
리턴 System.Data.SqlClient.SqlCommand

CreateQuerySessionCommand() 보호된 메소드

protected CreateQuerySessionCommand ( SqlConnection connection ) : SqlCommand
connection System.Data.SqlClient.SqlConnection
리턴 System.Data.SqlClient.SqlCommand

ExecuteCompleteSession() 공개 메소드

public ExecuteCompleteSession ( ) : void
리턴 void

ExecuteIsCompletedQuery() 공개 메소드

public ExecuteIsCompletedQuery ( ) : bool
리턴 bool

SessionFinalisation() 공개 메소드

public SessionFinalisation ( IGlymaSession glymaSession, System.Guid sessionId ) : System
glymaSession IGlymaSession
sessionId System.Guid
리턴 System

프로퍼티 상세

_user 보호되어 있는 프로퍼티

protected string _user
리턴 string