C# Class Lemon.Core.DiscoverProcess

Afficher le fichier Open project: dream-365/lemon Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

LoadSettings() public méthode

public LoadSettings ( string path ) : void
path string
Résultat void

OnNew() public méthode

public OnNew ( Action action ) : void
action Action
Résultat void

SetBuildIndexProivder() public méthode

public SetBuildIndexProivder ( IBuildIndexProvider provider ) : void
provider IBuildIndexProvider
Résultat void

SetMessageQueueProvider() public méthode

public SetMessageQueueProvider ( IMessageQueueProvider provider ) : void
provider IMessageQueueProvider
Résultat void

Start() public méthode

public Start ( string name, string collection = null, string handler = null ) : void
name string
collection string
handler string
Résultat void