C# 클래스 Lemon.Core.DiscoverProcess

파일 보기 프로젝트 열기: dream-365/lemon 1 사용 예제들

공개 메소드들

메소드 설명
LoadSettings ( string path ) : void
OnNew ( Action action ) : void
SetBuildIndexProivder ( IBuildIndexProvider provider ) : void
SetMessageQueueProvider ( IMessageQueueProvider provider ) : void
Start ( string name, string collection = null, string handler = null ) : void

메소드 상세

LoadSettings() 공개 메소드

public LoadSettings ( string path ) : void
path string
리턴 void

OnNew() 공개 메소드

public OnNew ( Action action ) : void
action Action
리턴 void

SetBuildIndexProivder() 공개 메소드

public SetBuildIndexProivder ( IBuildIndexProvider provider ) : void
provider IBuildIndexProvider
리턴 void

SetMessageQueueProvider() 공개 메소드

public SetMessageQueueProvider ( IMessageQueueProvider provider ) : void
provider IMessageQueueProvider
리턴 void

Start() 공개 메소드

public Start ( string name, string collection = null, string handler = null ) : void
name string
collection string
handler string
리턴 void