BaseOperationNotification Constructor (String, DataCacheOperations, DataCacheItemVersion)
Initializes a new instance of the BaseOperationNotification class. Applies only to the server versions of AppFabric.
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
Public Sub New ( cacheName As String, opType As DataCacheOperations, version As DataCacheItemVersion )
Parameters
- cacheName
-
Type:
System.String
Name of the cache in which the operation occurred.
- opType
-
Type:
Microsoft.ApplicationServer.Caching.DataCacheOperations
Type of the operation which caused the notification.
- version
-
Type:
Microsoft.ApplicationServer.Caching.DataCacheItemVersion
Version of the operation which caused the notification.
Show: