IDMCreativeWrapperFinalizeDeployment Method

Alterian Email Manager 6.2.3 SDK Help File
Finalizes deployment

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
void FinalizeDeployment(
	DMToken userToken,
	int deploymentId,
	bool sendNow,
	string appName,
	string alertFile,
	int prefetcherProcessId
)

Parameters

userToken
Type: DMToken
User authentication token
deploymentId
Type: SystemInt32
Deployment Id
sendNow
Type: SystemBoolean
true to send it right away
appName
Type: SystemString
App Name that consumes this method
alertFile
Type: SystemString
FilePath for Alert log file
prefetcherProcessId
Type: SystemInt32
Process id for prefetcher
See Also