SIL.FieldWorks.CacheLight.RealDataCache.RemoveNotification C# (CSharp) Method

RemoveNotification() public method

Member RemoveNotification
public RemoveNotification ( IVwNotifyChange _nchng ) : void
_nchng IVwNotifyChange _nchng
return void
		public void RemoveNotification(IVwNotifyChange _nchng)
		{
			CheckDisposed();
			// No-op
		}