This documentation is archived and is not being maintained.
DataCache::CacheOperationStarted Event
This API supports the product infrastructure and is not intended to be used directly from your code.
Internal.
Namespace:
Microsoft.ApplicationServer.CachingAssembly:
Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)
public:
event EventHandler<CacheOperationStartedEventArgs^>^ CacheOperationStarted {
void add(EventHandler<CacheOperationStartedEventArgs^>^ value);
void remove(EventHandler<CacheOperationStartedEventArgs^>^ value);
}
Return to top