Interface IDependencyListener
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public interface IDependencyListener
OnDependencyChanged(Boolean, Boolean, Boolean, Boolean)
Declaration
void OnDependencyChanged(bool changed, bool restart, bool error, bool invalid)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | changed | |
System.Boolean | restart | |
System.Boolean | error | |
System.Boolean | invalid |