CacheOperationCompletedEventArgs.OperationContext 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 CacheOperationContext OperationContext { get; }
public:
property CacheOperationContext^ OperationContext {
    CacheOperationContext^ get();
}
member OperationContext : CacheOperationContext with get
Public ReadOnly Property OperationContext As CacheOperationContext

Property Value

Type: Microsoft.ApplicationServer.Caching.CacheOperationContext

Returns CacheOperationContext.

See Also

CacheOperationCompletedEventArgs Class
Microsoft.ApplicationServer.Caching Namespace

Return to top