Partager via


RuleSetDeploymentDriver.Undeploy Méthode

Définition

Surcharges

Undeploy(RuleSetInfo)
Undeploy(RuleSetInfoCollection)

Undeploy(RuleSetInfo)

public:
 virtual void Undeploy(Microsoft::RuleEngine::RuleSetInfo ^ ruleSetInfo);
public void Undeploy (Microsoft.RuleEngine.RuleSetInfo ruleSetInfo);
abstract member Undeploy : Microsoft.RuleEngine.RuleSetInfo -> unit
override this.Undeploy : Microsoft.RuleEngine.RuleSetInfo -> unit

Paramètres

ruleSetInfo
RuleSetInfo

Implémente

S’applique à

Undeploy(RuleSetInfoCollection)

public:
 virtual void Undeploy(Microsoft::RuleEngine::RuleSetInfoCollection ^ ruleSetInfoCollection);
public void Undeploy (Microsoft.RuleEngine.RuleSetInfoCollection ruleSetInfoCollection);
abstract member Undeploy : Microsoft.RuleEngine.RuleSetInfoCollection -> unit
override this.Undeploy : Microsoft.RuleEngine.RuleSetInfoCollection -> unit

Paramètres

ruleSetInfoCollection
RuleSetInfoCollection

Implémente

S’applique à