Ejemplo n.º 1
0
 public void RegisterTransactionalStorageNotificationHandler(ITransactionalStorageNotificationHandler handler)
 {
 }
Ejemplo n.º 2
0
	    public void RegisterTransactionalStorageNotificationHandler(ITransactionalStorageNotificationHandler handler)
	    {
	    }
Ejemplo n.º 3
0
 public void RegisterTransactionalStorageNotificationHandler(ITransactionalStorageNotificationHandler handler)
 {
     lowMemoryHandlers.Add(new WeakReference <ITransactionalStorageNotificationHandler>(handler));
 }
Ejemplo n.º 4
0
		public void RegisterTransactionalStorageNotificationHandler(ITransactionalStorageNotificationHandler handler)
		{
			lowMemoryHandlers.Add(new WeakReference<ITransactionalStorageNotificationHandler>(handler));
		}