Release() public method

public Release ( ) : bool
return bool
		private void Evict(Burden instance)
		{
			using (new EvictionScope(this))
				instance.Release();
		}