Retract Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Retract(Term) | |
Retract(Term, VocabularyLink) |
Retract(Term)
public:
Retract(Microsoft::RuleEngine::Term ^ facts);
public Retract (Microsoft.RuleEngine.Term facts);
new Microsoft.RuleEngine.Retract : Microsoft.RuleEngine.Term -> Microsoft.RuleEngine.Retract
Public Sub New (facts As Term)
Parameters
- facts
- Term
Applies to
Retract(Term, VocabularyLink)
public:
Retract(Microsoft::RuleEngine::Term ^ facts, Microsoft::RuleEngine::VocabularyLink ^ vocabularyLink);
public Retract (Microsoft.RuleEngine.Term facts, Microsoft.RuleEngine.VocabularyLink vocabularyLink);
new Microsoft.RuleEngine.Retract : Microsoft.RuleEngine.Term * Microsoft.RuleEngine.VocabularyLink -> Microsoft.RuleEngine.Retract
Parameters
- facts
- Term
- vocabularyLink
- VocabularyLink