C# 클래스 Sql2Growl.Implementation

파일 보기 프로젝트 열기: knippers/sql2growl

공개 메소드들

메소드 설명
Implementation ( ServiceMain p_parent ) : System
Start ( ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
CheckApplication ( NotificationData p_notification ) : Sql2GrowlApplication
CheckConnection ( ) : void
CheckConnector ( NotificationData p_notification ) : Sql2GrowlConnector
GetErrorCode ( SqlException p_exception ) : CommonSqlErrors
GetNextNotification ( ) : NotificationData
NotificationRequestLoop ( ) : void
Notify ( NotificationData p_notification ) : void
Rollback ( SqlTransaction p_transaction ) : void
connector_ErrorResponse ( Growl.Connector.Response response ) : void

메소드 상세

Implementation() 공개 메소드

public Implementation ( ServiceMain p_parent ) : System
p_parent ServiceMain
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void