LEADTOOLS JPEG 2000 (Leadtools.Jpip.Server assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
EventLog Event
See Also 
Leadtools.Jpip.Logging Namespace > EventLogger Class : EventLog Event



The EventLog Event includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.

Occurs when an event log is generated.

Syntax

Visual Basic (Declaration) 
Public Event EventLog As EventHandler(Of EventLogEntry)
Visual Basic (Usage)Copy Code
Dim instance As EventLogger
Dim handler As EventHandler(Of EventLogEntry)
 
AddHandler instance.EventLog, handler
C# 
public event EventHandler<EventLogEntry> EventLog
C++/CLI 
public:
event EventHandler<EventLogEntry^>^ EventLog

Event Data

The event handler receives an argument of type EventLogEntry containing data related to this event. The following EventLogEntry properties provide information specific to this event.

PropertyDescription
ChannelID Gets the client channel ID.
ClientIPAddress Gets the IP address of the client.
ClientPort Gets the port number of the client.
DateTime Gets the date and time of the event log.
Description Gets a textual description of the event log.
ServerIPAddress Gets the server IP address.
ServerName Gets the name of the server.
ServerPort Gets the port number of the server.
Type Gets the type of the event.

Example

For an example, refer to Leadtools.Jpip.Server.JpipServer.

Remarks

This event allows you to get notifications when an event log is written.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Jpip.Server requires a JPIP Module and a server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features