Policy.Execute Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
Execute(Object) | |
Execute(Object[]) | |
Execute(Object, IRuleSetTrackingInterceptor) | |
Execute(Object[], IRuleSetTrackingInterceptor) |
Execute(Object)
public:
void Execute(System::Object ^ facts);
public void Execute (object facts);
member this.Execute : obj -> unit
Public Sub Execute (facts As Object)
Parametry
- facts
- Object
Dotyczy
Execute(Object[])
public:
void Execute(... cli::array <System::Object ^> ^ facts);
public void Execute (params object[] facts);
member this.Execute : obj[] -> unit
Public Sub Execute (ParamArray facts As Object())
Parametry
- facts
- Object[]
Dotyczy
Execute(Object, IRuleSetTrackingInterceptor)
public:
void Execute(System::Object ^ facts, Microsoft::RuleEngine::IRuleSetTrackingInterceptor ^ trackingInterceptor);
public void Execute (object facts, Microsoft.RuleEngine.IRuleSetTrackingInterceptor trackingInterceptor);
member this.Execute : obj * Microsoft.RuleEngine.IRuleSetTrackingInterceptor -> unit
Public Sub Execute (facts As Object, trackingInterceptor As IRuleSetTrackingInterceptor)
Parametry
- facts
- Object
- trackingInterceptor
- IRuleSetTrackingInterceptor
Dotyczy
Execute(Object[], IRuleSetTrackingInterceptor)
public:
void Execute(cli::array <System::Object ^> ^ facts, Microsoft::RuleEngine::IRuleSetTrackingInterceptor ^ trackingInterceptor);
public void Execute (object[] facts, Microsoft.RuleEngine.IRuleSetTrackingInterceptor trackingInterceptor);
member this.Execute : obj[] * Microsoft.RuleEngine.IRuleSetTrackingInterceptor -> unit
Public Sub Execute (facts As Object(), trackingInterceptor As IRuleSetTrackingInterceptor)
Parametry
- facts
- Object[]
- trackingInterceptor
- IRuleSetTrackingInterceptor