C# Class SenseNet.Tools.EventLogCreator.EventLogDeployer

Show file Open project: maxpavlov/FlexNet Class Usage Examples

Public Methods

Method 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

Method Description
CreateSource ( string source ) : void
DeleteSource ( string source ) : void

Method Details

Create() public method

public Create ( ) : void
return void

Delete() public method

public Delete ( ) : void
return void

EventLogDeployer() public method

public EventLogDeployer ( string logName, IEnumerable sources ) : System.Collections.Generic
logName string
sources IEnumerable
return System.Collections.Generic

EventLogDeployer() public method

public EventLogDeployer ( string logName, IEnumerable sources, string machineName ) : System.Collections.Generic
logName string
sources IEnumerable
machineName string
return System.Collections.Generic