DataCache.CacheOperationCompleted Event

 

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

Internal.

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

Syntax

public event EventHandler<CacheOperationCompletedEventArgs> CacheOperationCompleted
public:
event EventHandler<CacheOperationCompletedEventArgs^>^ CacheOperationCompleted {
    void add(EventHandler<CacheOperationCompletedEventArgs^>^ value);
    void remove(EventHandler<CacheOperationCompletedEventArgs^>^ value);
}
member CacheOperationCompleted : IEvent<EventHandler<CacheOperationCompletedEventArgs>,
    CacheOperationCompletedEventArgs>
Public Event CacheOperationCompleted As EventHandler(Of CacheOperationCompletedEventArgs)

See Also

DataCache Class
Microsoft.ApplicationServer.Caching Namespace

Return to top