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

ファイルを表示 Open project: Velir/Sitecore-Lucene-Refresher

Public Methods

Method 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 method

public OnLuceneRefresh ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
return void

Run() public static method

public static Run ( LuceneRefreshRemoteEvent eventToProcess ) : void
eventToProcess LuceneRefreshRemoteEvent
return void

Trigger() public static method

public static Trigger ( string indexName, bool globally ) : void
indexName string
globally bool
return void

TriggerLocal() public static method

public static TriggerLocal ( string indexName ) : void
indexName string
return void