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

Property Value

Type: System.Object

Returns Object.

See Also

CacheOperationStartedEventArgs Class
Microsoft.ApplicationServer.Caching Namespace

Return to top