C# Class Velir.SitecoreLibrary.LuceneRefresher.RemoteEvents.RefreshHandler

Afficher le fichier Open project: Velir/Sitecore-Lucene-Refresher

Méthodes publiques

Méthode Description
OnLuceneRefresh ( object sender, EventArgs args ) : void
Run ( LuceneRefreshRemoteEvent eventToProcess ) : void
Trigger ( string indexName, bool globally ) : void
TriggerLocal ( string indexName ) : void

Method Details

OnLuceneRefresh() public méthode

public OnLuceneRefresh ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
Résultat void

Run() public static méthode

public static Run ( LuceneRefreshRemoteEvent eventToProcess ) : void
eventToProcess LuceneRefreshRemoteEvent
Résultat void

Trigger() public static méthode

public static Trigger ( string indexName, bool globally ) : void
indexName string
globally bool
Résultat void

TriggerLocal() public static méthode

public static TriggerLocal ( string indexName ) : void
indexName string
Résultat void