Previous Topic: GetRemoveItem Method

Next Topic: GetPackageChooser Method


GetConcurrentMerge Method

Retrieves the current CA Harvest SCM ConcurrentMerge object.

Syntax

object.GetConcurrentMerge()

Owning Class

CaWContext

Arguments

None

Return Value

A CaWConcurrentMerge object that represents the current ConcurrentMerge object if set, null if not set or error.

Example

Dim objConcurrentMerge
Set objConcurrentMerge = objContext.GetConcurrentMerge()
If objConcurrentMerge Is Nothing Then
msgbox “Can't get concurrent merge object.”, vbOKonly + vbExclamation, “GetConcurrentMerge”
End If

More information: