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

DeleteObjOwner() public method

Member DeleteObjOwner
public DeleteObjOwner ( int hvoOwner, int hvoObj, int tag, int ihvo ) : void
hvoOwner int hvoOwner
hvoObj int hvoObj
tag int tag
ihvo int ihvo
return void
		public void DeleteObjOwner(int hvoOwner, int hvoObj, int tag, int ihvo)
		{
			CheckDisposed();

			throw new NotImplementedException("'DeleteObjOwner' not implemented yet.");
		}