C# 클래스 SenseNet.Tools.EventLogCreator.EventLogDeployer

파일 보기 프로젝트 열기: maxpavlov/FlexNet 1 사용 예제들

공개 메소드들

메소드 설명
Create ( ) : void
Delete ( ) : void
EventLogDeployer ( string logName, IEnumerable sources ) : System.Collections.Generic
EventLogDeployer ( string logName, IEnumerable sources, string machineName ) : System.Collections.Generic

비공개 메소드들

메소드 설명
CreateSource ( string source ) : void
DeleteSource ( string source ) : void

메소드 상세

Create() 공개 메소드

public Create ( ) : void
리턴 void

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

EventLogDeployer() 공개 메소드

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

EventLogDeployer() 공개 메소드

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