C# Class SenseNet.Tools.EventLogCreator.EventLogDeployer

Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Méthodes publiques

Méthode Description
Create ( ) : void
Delete ( ) : void
EventLogDeployer ( string logName, IEnumerable sources ) : System.Collections.Generic
EventLogDeployer ( string logName, IEnumerable sources, string machineName ) : System.Collections.Generic

Private Methods

Méthode Description
CreateSource ( string source ) : void
DeleteSource ( string source ) : void

Method Details

Create() public méthode

public Create ( ) : void
Résultat void

Delete() public méthode

public Delete ( ) : void
Résultat void

EventLogDeployer() public méthode

public EventLogDeployer ( string logName, IEnumerable sources ) : System.Collections.Generic
logName string
sources IEnumerable
Résultat System.Collections.Generic

EventLogDeployer() public méthode

public EventLogDeployer ( string logName, IEnumerable sources, string machineName ) : System.Collections.Generic
logName string
sources IEnumerable
machineName string
Résultat System.Collections.Generic