DataCacheBulkNotificationCallback デリゲート
キャッシュ操作の一覧を使用して呼び出されるコールバックを指定します。
名前空間: Microsoft.ApplicationServer.Caching
アセンブリ: Microsoft.ApplicationServer.Caching.Client (microsoft.applicationserver.caching.client.dll)
使用法
構文
'宣言
Public Delegate Sub DataCacheBulkNotificationCallback ( _
cacheName As String, _
operations As IEnumerable(Of DataCacheOperationDescriptor), _
nd As DataCacheNotificationDescriptor _
)
public delegate void DataCacheBulkNotificationCallback (
string cacheName,
IEnumerable<DataCacheOperationDescriptor> operations,
DataCacheNotificationDescriptor nd
)
public delegate void DataCacheBulkNotificationCallback (
String^ cacheName,
IEnumerable<DataCacheOperationDescriptor^>^ operations,
DataCacheNotificationDescriptor^ nd
)
/** @delegate */
public delegate void DataCacheBulkNotificationCallback (
String cacheName,
IEnumerable<DataCacheOperationDescriptor> operations,
DataCacheNotificationDescriptor nd
)
パラメーター
- cacheName
オブジェクトが格納されているキャッシュの名前です。
- operations
DataCacheNotificationDescriptor キャッシュ操作の一覧です。
- nd
デリゲート メソッドを呼び出したキャッシュ通知と関連付けられた DataCacheNotificationDescriptor です。
プラットフォーム
開発プラットフォーム
Visual Studio 2010 およびそれ以降, .NET Framework 4
対象プラットフォーム
Windows 7; Windows Server 2008 R2; Windows Server 2008 Service Pack 2; Windows Vista Service Pack 2