Example #1
0
 public void RegisterTransactionalStorageNotificationHandler(ITransactionalStorageNotificationHandler handler)
 {
 }
Example #2
0
	    public void RegisterTransactionalStorageNotificationHandler(ITransactionalStorageNotificationHandler handler)
	    {
	    }
 public void RegisterTransactionalStorageNotificationHandler(ITransactionalStorageNotificationHandler handler)
 {
     lowMemoryHandlers.Add(new WeakReference <ITransactionalStorageNotificationHandler>(handler));
 }
Example #4
0
		public void RegisterTransactionalStorageNotificationHandler(ITransactionalStorageNotificationHandler handler)
		{
			lowMemoryHandlers.Add(new WeakReference<ITransactionalStorageNotificationHandler>(handler));
		}