C# Class CloudInit.CIService

Bootstaping service for CloudInit
Afficher le fichier Open project: bwight/CloudInit.NET Class Usage Examples

Protected Properties

Свойство Type Description
LogFile String

Méthodes publiques

Méthode Description
Main ( Object state ) : void

Executes the main code for this service

Méthodes protégées

Méthode Description
WriteOutput ( String output ) : void

Writes the output to the log file

Method Details

Main() public static méthode

Executes the main code for this service
public static Main ( Object state ) : void
state Object The service object
Résultat void

WriteOutput() protected static méthode

Writes the output to the log file
protected static WriteOutput ( String output ) : void
output String The output.
Résultat void

Property Details

LogFile protected_oe static_oe property

Log file for startup output
protected static String LogFile
Résultat String