Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Application Server

UndeployEx method

  • Last UpdatedJul 23, 2024
  • 1 minute read

Undeploys the instances in the given collection of objects.

Class

IgObjects

Syntax

[C#]

void Undeploy(

EForceOffScan UndeployRule,

bool markAsUndeployedOnFailure

string strCustomData

);

[Visual C++]

HRESULT UndeployEx(

// Indicates whether to force an object off-scan

// if it's running on-scan prior to undeployment.

[in, optional, defaultvalue( dontForceOffScan )] EForceOffScan UndeployRule,

// On Failure, set deploy status as undeployed

[in, optional, defaultvalue( 0 )] VARIANT_BOOL markAsUndeployedOnFailure,

// Data used by custom category package

[in, optional, defaultvalue("")] BSTR strCustomData

);

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in