C# Class UniNFeServico.UniNFeService

Afficher le fichier Open project: akretion/uninfe

Méthodes publiques

Méthode Description
UniNFeService ( ) : System
WriteLog ( string msg ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCustomCommand ( int command ) : void
OnShutdown ( ) : void
OnStart ( string args ) : void
OnStop ( ) : void
WriteEventEntry ( String Message, EventLogEntryType EventType, int ID, short Category ) : void

Private Methods

Méthode Description
GetPhysicalPath ( string defaultDir ) : string
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

iniciarServicosUniNFe ( ) : void
pararServicosUniNFe ( ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

OnCustomCommand() protected méthode

protected OnCustomCommand ( int command ) : void
command int
Résultat void

OnShutdown() protected méthode

protected OnShutdown ( ) : void
Résultat void

OnStart() protected méthode

protected OnStart ( string args ) : void
args string
Résultat void

OnStop() protected méthode

protected OnStop ( ) : void
Résultat void

UniNFeService() public méthode

public UniNFeService ( ) : System
Résultat System

WriteEventEntry() protected méthode

protected WriteEventEntry ( String Message, EventLogEntryType EventType, int ID, short Category ) : void
Message String
EventType EventLogEntryType
ID int
Category short
Résultat void

WriteLog() public méthode

public WriteLog ( string msg ) : void
msg string
Résultat void