Partager via


RuleEngine.Execute Méthode

Définition

Surcharges

Execute()
Execute(Object)
Execute(Object[])

Execute()

public:
 void Execute();
public void Execute ();
member this.Execute : unit -> unit
Public Sub Execute ()

S’applique à

Execute(Object)

public:
 void Execute(System::Object ^ facts);
public void Execute (object facts);
member this.Execute : obj -> unit
Public Sub Execute (facts As Object)

Paramètres

facts
Object

S’applique à

Execute(Object[])

public:
 void Execute(cli::array <System::Object ^> ^ facts);
public void Execute (object[] facts);
member this.Execute : obj[] -> unit
Public Sub Execute (facts As Object())

Paramètres

facts
Object[]

S’applique à