BaseOperationNotification.OperationType Property
The type of the operation which caused the notification. 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 DataCacheOperations OperationType { get; }
public:
property DataCacheOperations OperationType {
DataCacheOperations get();
}
member OperationType : DataCacheOperations with get
Public ReadOnly Property OperationType As DataCacheOperations
Property Value
Type: Microsoft.ApplicationServer.Caching.DataCacheOperations
Returns DataCacheOperations.
See Also
BaseOperationNotification Class
Microsoft.ApplicationServer.Caching Namespace
Return to top