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
    개체가 저장된 캐시의 이름입니다.
  • nd
    대리자 메서드를 호출한 캐시 알림과 연결된 DataCacheNotificationDescriptor입니다.

플랫폼

개발 플랫폼

Visual Studio 2010 이상, .NET Framework 4

대상 플랫폼

Windows 7; Windows Server 2008 R2; Windows Server 2008 서비스 팩 2; Windows Vista 서비스 팩 2

참고 항목

참조 항목

Microsoft.ApplicationServer.Caching 네임스페이스