Megosztás a következőn keresztül:


BaseOperationNotification Constructor

Initializes a new instance of the BaseOperationNotification class.

Namespace: Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Core (in microsoft.applicationserver.caching.core.dll)

Usage

'Usage
Dim cacheName As String
Dim opType As DataCacheOperations
Dim version As DataCacheItemVersion

Dim instance As New BaseOperationNotification(cacheName, opType, version)

Syntax

'Declaration
Public Sub New ( _
    cacheName As String, _
    opType As DataCacheOperations, _
    version As DataCacheItemVersion _
)
public BaseOperationNotification (
    string cacheName,
    DataCacheOperations opType,
    DataCacheItemVersion version
)
public:
BaseOperationNotification (
    String^ cacheName, 
    DataCacheOperations opType, 
    DataCacheItemVersion^ version
)
public BaseOperationNotification (
    String cacheName, 
    DataCacheOperations opType, 
    DataCacheItemVersion version
)
public function BaseOperationNotification (
    cacheName : String, 
    opType : DataCacheOperations, 
    version : DataCacheItemVersion
)

Parameters

  • cacheName
    Name of the cache in which the operation occurred.
  • opType
    Type of the operation which caused the notification.
  • version
    Version of the operation which caused the notification.

Platforms

Development Platforms

Visual Studio 2010 and later, .NET Framework 4

Target Platforms

Windows 7; Windows Server 2008 R2; Windows Server 2008 Service Pack 2; Windows Vista Service Pack 2

See Also

Reference

BaseOperationNotification Class
BaseOperationNotification Members
Microsoft.ApplicationServer.Caching Namespace

  ff425062(v=azure.10).md 2011-08-26