コード例 #1
0
 public DataCacheNotificationDescriptor AddCacheLevelCallback(DataCacheOperations filter, DataCacheNotificationCallback callBack)
 {
     return(_cacheHandler.AddCacheLevelCallback(filter, callBack));
 }