共用方式為


RuleEngine.Execute 方法

定義

多載

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

Execute()

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

適用於

Execute(Object)

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

參數

facts
Object

適用於

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

參數

facts
Object[]

適用於