C# Class NLogViewer.Receivers.LogEventReceiverSkeleton

Inheritance: ILogEventReceiver
Afficher le fichier Open project: jkowalski/NLogViewer

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CanPause ( ) : bool
CanRefresh ( ) : bool
CanResume ( ) : bool
CanStart ( ) : bool
CanStop ( ) : bool
Connect ( ILogEventProcessor processor ) : void
Disconnect ( ) : void
EventReceived ( LogEvent logEvent ) : void
InputThread ( ) : void
InputThreadQuitRequested ( ) : bool
LogEventReceiverSkeleton ( ) : System
Pause ( ) : void
RaiseError ( Exception ex ) : void
Refresh ( ) : void
Resume ( ) : void
Start ( ) : void
Stop ( ) : void

Méthodes protégées

Méthode Description
CreateLogEvent ( ) : LogEvent

Method Details

CanPause() public méthode

public CanPause ( ) : bool
Résultat bool

CanRefresh() public méthode

public CanRefresh ( ) : bool
Résultat bool

CanResume() public méthode

public CanResume ( ) : bool
Résultat bool

CanStart() public méthode

public CanStart ( ) : bool
Résultat bool

CanStop() public méthode

public CanStop ( ) : bool
Résultat bool

Connect() public méthode

public Connect ( ILogEventProcessor processor ) : void
processor ILogEventProcessor
Résultat void

CreateLogEvent() protected méthode

protected CreateLogEvent ( ) : LogEvent
Résultat NLogViewer.Events.LogEvent

Disconnect() public méthode

public Disconnect ( ) : void
Résultat void

EventReceived() public méthode

public EventReceived ( LogEvent logEvent ) : void
logEvent NLogViewer.Events.LogEvent
Résultat void

InputThread() public abstract méthode

public abstract InputThread ( ) : void
Résultat void

InputThreadQuitRequested() public méthode

public InputThreadQuitRequested ( ) : bool
Résultat bool

LogEventReceiverSkeleton() public méthode

public LogEventReceiverSkeleton ( ) : System
Résultat System

Pause() public méthode

public Pause ( ) : void
Résultat void

RaiseError() public méthode

public RaiseError ( Exception ex ) : void
ex System.Exception
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void

Resume() public méthode

public Resume ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void