Ancestry.QueryProcessor.Processor.Unprepare C# (CSharp) Method

Unprepare() public method

public Unprepare ( Guid token ) : void
token Guid
return void
        public void Unprepare(Guid token)
        {
            throw new NotImplementedException("Not implemented.");
        }