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

Execute() public method

public Execute ( System.Guid token, object>.IDictionary args = null ) : void
token System.Guid
args object>.IDictionary
return void
        public void Execute(Guid token, IDictionary<string, object> args = null)
        {
            throw new NotImplementedException("Not implemented.");
        }

Same methods

Processor::Execute ( string text, object>.IDictionary args = null, QueryOptions options = null ) : void