Previous Topic: VersionDescription Property

Next Topic: IsValid Method


Execute Method

Executes the ConcurrentMerge process on the Package in the current context.

Syntax

object.Execute()

Owning Class

CaWConcurrentMerge

Arguments

None

Return Value

A long - Zero if success. Nonzero if failure.

Example

Dim objConcurrentMerge
Set objConcurrentMerge = objContext.GetConcurrentMerge()
lngRet = objConcurrentMerge.Execute()

More information: