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