コード例 #1
0
 public void RegisterTransactionalStorageNotificationHandler(ITransactionalStorageNotificationHandler handler)
 {
 }
コード例 #2
0
	    public void RegisterTransactionalStorageNotificationHandler(ITransactionalStorageNotificationHandler handler)
	    {
	    }
コード例 #3
0
 public void RegisterTransactionalStorageNotificationHandler(ITransactionalStorageNotificationHandler handler)
 {
     lowMemoryHandlers.Add(new WeakReference <ITransactionalStorageNotificationHandler>(handler));
 }
コード例 #4
0
		public void RegisterTransactionalStorageNotificationHandler(ITransactionalStorageNotificationHandler handler)
		{
			lowMemoryHandlers.Add(new WeakReference<ITransactionalStorageNotificationHandler>(handler));
		}