Previous Topic: SetConcurrentMergeName Method

Next Topic: SetPackageName Method


SetConcurrentMergeId Method

Sets the specified ConcurrentMerge as the current context ConcurrentMerge.

Syntax

object.SetConcurrentMergeId(lngObjId)

Owning Class

CaWContext

Arguments

lngObjId - A long that represents the ConcurrentMerge object ID.

Return Value

A boolean - True if success, False if fails.

Example

blnRet = objContext.SetConcurrentMergeId(lngObjId)

More information: