BaseOperationNotification.CacheName Property

 

Name of the cache in which the operation occurred. 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 string CacheName { get; }
public:
property String^ CacheName {
    String^ get();
}
member CacheName : string with get
Public ReadOnly Property CacheName As String

Property Value

Type: System.String

Returns String.

See Also

BaseOperationNotification Class
Microsoft.ApplicationServer.Caching Namespace

Return to top