Compartir a través de


RuleEngine.Execute Método

Definición

Sobrecargas

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

Execute()

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

Se aplica a

Execute(Object)

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

Parámetros

facts
Object

Se aplica a

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())

Parámetros

facts
Object[]

Se aplica a