C# Class Nyan.Modules.Log.UDP.UdpLogProvider

Inheritance: Nyan.Core.Modules.Log.LogProvider
Afficher le fichier Open project: bucknellu/Nyan

Méthodes publiques

Méthode Description
Dispatch ( Message payload ) : void
Shutdown ( ) : void
StartListening ( ) : void
UdpLogProvider ( ) : System
UdpLogProvider ( string targetAddress ) : System

Private Methods

Méthode Description
DoMessageArrived ( Message message ) : void
Initialize ( string targetAddress ) : void
ListeningWorker ( ) : void

Method Details

Dispatch() public méthode

public Dispatch ( Message payload ) : void
payload Nyan.Core.Modules.Log.Message
Résultat void

Shutdown() public méthode

public Shutdown ( ) : void
Résultat void

StartListening() public méthode

public StartListening ( ) : void
Résultat void

UdpLogProvider() public méthode

public UdpLogProvider ( ) : System
Résultat Nyan.Core.Modules.Log.System

UdpLogProvider() public méthode

public UdpLogProvider ( string targetAddress ) : System
targetAddress string
Résultat Nyan.Core.Modules.Log.System