コード例 #1
0
ファイル: WINmailService.cs プロジェクト: EdutechSRL/Adevico
 void host_Opening(object sender, EventArgs e)
 {
     SRVeventLog.WriteEntry("COMOL_ErrorService starting...", EventLogEntryType.Information);
 }
コード例 #2
0
ファイル: WINmailService.cs プロジェクト: EdutechSRL/Adevico
 void host_UnknownMessageReceived(object sender, UnknownMessageReceivedEventArgs e)
 {
     SRVeventLog.WriteEntry(e.Message.ToString(), EventLogEntryType.Error);
 }
コード例 #3
0
ファイル: WINmailService.cs プロジェクト: EdutechSRL/Adevico
 void host_Closed(object sender, EventArgs e)
 {
     SRVeventLog.WriteEntry("COMOL_ErrorService stopped", EventLogEntryType.Information);
 }
コード例 #4
0
ファイル: WINmailService.cs プロジェクト: EdutechSRL/Adevico
 void host_Faulted(object sender, EventArgs e)
 {
     SRVeventLog.WriteEntry("Faulted", EventLogEntryType.Error);
 }
コード例 #5
0
 void host_Opening(object sender, EventArgs e)
 {
     SRVeventLog.WriteEntry(serviceName + " starting...", EventLogEntryType.Information);
 }
コード例 #6
0
 void host_Closed(object sender, EventArgs e)
 {
     SRVeventLog.WriteEntry(serviceName + " stopped", EventLogEntryType.Information);
 }
コード例 #7
0
 void host_Opening(object sender, EventArgs e)
 {
     SRVeventLog.WriteEntry("NotificationsWinSvcHost starting...", EventLogEntryType.Information);
 }
コード例 #8
0
 void host_Closed(object sender, EventArgs e)
 {
     SRVeventLog.WriteEntry("NotificationsWinSvcHost stopped", EventLogEntryType.Information);
 }