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

Application Server

Deploy Method

  • Last UpdatedJul 23, 2024
  • 1 minute read

Deploy the instances in the given collection of objects.

Class

IgObjects

Syntax

[C#]

void Deploy(

EActionForCurrentlyDeployedObjects actionForDeployedObjects,

ESkipIfCurrentlyUndeployed skipIfCurrentlyUndeployed,

EDeployOnScan deployOnScan,

EForceOffScan forceOffScan,

bool markAsDeployedOnStatusMismatch

);

[Visual C++]

HRESULT Deploy

(

[in, optional, defaultvalue( skipDeploy )] EActionForCurrentlyDeployedObjects actionForDeployedObjects,

[in, optional, defaultvalue( dontSkipIfCurrentlyUndeployed )] ESkipIfCurrentlyUndeployed skipIfCurrentlyUndeployed,

[in, optional, defaultvalue( doDeployOnScan )] EDeployOnScan deployOnScan,

[in, optional, defaultvalue( doForceOffScan )] EForceOffScan forceOffScan,

[in, optional, defaultvalue( 1 )] VARIANT_BOOL markAsDeployedOnStatusMismatch

);

Parameters

actionForDeployedObjects

Action for currently deployed object.

skipIfCurrentlyUndeployed

Action for currently undeployed object.

deployOnScan

Deploy on scan.

forceOffScan

Force off scan.

markAsDeployedOnStatusMismatch

Deploy status mismatch.

In This Topic
Related Links