BaseOperationNotification Constructor (String, DataCacheOperations, DataCacheItemVersion)

 

Initializes a new instance of the BaseOperationNotification class. Applies only to the server versions of AppFabric.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Syntax

public BaseOperationNotification(
    string cacheName,
    DataCacheOperations opType,
    DataCacheItemVersion version
)
public:
BaseOperationNotification(
    String^ cacheName,
    DataCacheOperations opType,
    DataCacheItemVersion^ version
)
new : 
        cacheName:string *
        opType:DataCacheOperations *
        version:DataCacheItemVersion -> BaseOperationNotification
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.

See Also

BaseOperationNotification Class
Microsoft.ApplicationServer.Caching Namespace

Return to top