Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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<CacheOperationStartedEventArgs> CacheOperationStarted
public:
event EventHandler<CacheOperationStartedEventArgs^>^ CacheOperationStarted {
void add(EventHandler<CacheOperationStartedEventArgs^>^ value);
void remove(EventHandler<CacheOperationStartedEventArgs^>^ value);
}
member CacheOperationStarted : IEvent<EventHandler<CacheOperationStartedEventArgs>,
CacheOperationStartedEventArgs>
Public Event CacheOperationStarted As EventHandler(Of CacheOperationStartedEventArgs)
See Also
DataCache Class
Microsoft.ApplicationServer.Caching Namespace
Return to top