DataCache::CacheOperationStarted 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)

public:
event EventHandler<CacheOperationStartedEventArgs^>^ CacheOperationStarted {
	void add(EventHandler<CacheOperationStartedEventArgs^>^ value);
	void remove(EventHandler<CacheOperationStartedEventArgs^>^ value);
}
Return to top
Show: