IRuleSetExecutor.Retract Method
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(Object) | |
Retract(Object[]) |
Retract(Object)
public:
void Retract(System::Object ^ facts);
public void Retract (object facts);
abstract member Retract : obj -> unit
Public Sub Retract (facts As Object)
Parameters
- facts
- Object
Applies to
Retract(Object[])
public:
void Retract(cli::array <System::Object ^> ^ facts);
public void Retract (object[] facts);
abstract member Retract : obj[] -> unit
Public Sub Retract (facts As Object())
Parameters
- facts
- Object[]