示例#1
0
 // Token: 0x060005C8 RID: 1480 RVA: 0x000161F1 File Offset: 0x000143F1
 public IDistributedStoreChangeNotify CreateChangeNotify(ChangeNotificationFlags flags, object context, Action callback)
 {
     this.BaseParameters.KeyFactory.RunOperationAndTranslateException(OperationCategory.CreateChangeNotify, this.FullKeyName, delegate()
     {
         throw new NotImplementedException();
     });
     return(null);
 }
 // Token: 0x06000531 RID: 1329 RVA: 0x000138A0 File Offset: 0x00011AA0
 public IDistributedStoreChangeNotify CreateChangeNotify(ChangeNotificationFlags flags, object context, Action callback)
 {
     throw new NotImplementedException();
 }