Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms. [Missing <summary> documentation for "T:SharedCache.WinServiceCommon.Threading.SharedCacheWorkRequestDelegate"]
Namespace:
SharedCache.WinServiceCommon.Threading
Assembly:
SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
public delegate void SharedCacheWorkRequestDelegate(
Object state,
DateTime requestEnqueueTime
) |
| Visual Basic (Declaration) |
|---|
Public Delegate Sub SharedCacheWorkRequestDelegate ( _
state As Object, _
requestEnqueueTime As DateTime _
) |
| Visual C++ |
|---|
public delegate void SharedCacheWorkRequestDelegate(
Object^ state,
DateTime requestEnqueueTime
) |
Remarks
See Also