Policy.Execute Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
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)
Parâmetros
- facts
- Object
Aplica-se a
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())
Parâmetros
- facts
- Object[]
Aplica-se a
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)
Parâmetros
- facts
- Object
- trackingInterceptor
- IRuleSetTrackingInterceptor
Aplica-se a
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)
Parâmetros
- facts
- Object[]
- trackingInterceptor
- IRuleSetTrackingInterceptor