CacheOperationStartedEventArgs.OperationType Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Syntax

public CacheOperationType OperationType { get; }
public:
property CacheOperationType OperationType {
    CacheOperationType get();
}
member OperationType : CacheOperationType with get
Public ReadOnly Property OperationType As CacheOperationType

Property Value

Type: Microsoft.ApplicationServer.Caching.CacheOperationType

Returns CacheOperationType.

See Also

CacheOperationStartedEventArgs Class
Microsoft.ApplicationServer.Caching Namespace

Return to top