After 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
After(Term, Term) | |
After(Term, Term, VocabularyLink) |
After(Term, Term)
public:
After(Microsoft::RuleEngine::Term ^ time1, Microsoft::RuleEngine::Term ^ time2);
public After (Microsoft.RuleEngine.Term time1, Microsoft.RuleEngine.Term time2);
new Microsoft.RuleEngine.After : Microsoft.RuleEngine.Term * Microsoft.RuleEngine.Term -> Microsoft.RuleEngine.After
Public Sub New (time1 As Term, time2 As Term)
Parameters
- time1
- Term
- time2
- Term
Applies to
After(Term, Term, VocabularyLink)
public:
After(Microsoft::RuleEngine::Term ^ time1, Microsoft::RuleEngine::Term ^ time2, Microsoft::RuleEngine::VocabularyLink ^ vocabularyLink);
public After (Microsoft.RuleEngine.Term time1, Microsoft.RuleEngine.Term time2, Microsoft.RuleEngine.VocabularyLink vocabularyLink);
new Microsoft.RuleEngine.After : Microsoft.RuleEngine.Term * Microsoft.RuleEngine.Term * Microsoft.RuleEngine.VocabularyLink -> Microsoft.RuleEngine.After
Parameters
- time1
- Term
- time2
- Term
- vocabularyLink
- VocabularyLink