Class ExternalCacheChangedHandler
Delegate to handle a change in the cache
Inheritance
System.Object
ExternalCacheChangedHandler
Assembly: EPiServer.Data.dll
Version: 12.0.3
Syntax
public sealed class ExternalCacheChangedHandler : MulticastDelegate
Constructors
ExternalCacheChangedHandler(Object, IntPtr)
Declaration
public ExternalCacheChangedHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(String, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(string key, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(String)
Declaration
public virtual void Invoke(string key)
Parameters
Type |
Name |
Description |
System.String |
key |
|
Extension Methods