Cronous Emulation Server Daemon

Event Class

Abstract log event.

For a list of all members of this type, see Event Members.

System.Object
   croemud.log.Event
      croemud.log.IncomingPacketEvent
      croemud.log.InfoEvent
      croemud.log.OutgoingPacketEvent

[Visual Basic]
MustInherit Public Class Event
[C#]
public abstract class Event
[C++]
public __gc __abstract class Event
[JScript]
public  class Event

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: croemud.log

Assembly: croemud (in croemud.dll)

See Also

Event Members | croemud.log Namespace